This commit is contained in:
parent
0065ff49f9
commit
d0b54a27e9
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/ci.yaml
Normal file
11
.forgejo/workflows/ci.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
smoke-test:
|
||||
runs-on: host
|
||||
steps:
|
||||
- name: Check nix version
|
||||
run: nix --version
|
||||
Loading…
Add table
Add a link
Reference in a new issue