mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
Switch to gh selfhosted runner (#44)
* Delete Jenkinsfile * Create ci.yaml
This commit is contained in:
parent
699d8cb816
commit
3fe1032ffb
2 changed files with 12 additions and 11 deletions
12
.github/workflows/ci.yaml
vendored
Normal file
12
.github/workflows/ci.yaml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: "CI"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nixci
|
||||
Loading…
Add table
Add a link
Reference in a new issue