alright, time to try it
This commit is contained in:
parent
2a79a4eb63
commit
9ebe4fd4e7
1 changed files with 3 additions and 4 deletions
|
@ -7,10 +7,9 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hello:
|
kaas:
|
||||||
name: Print hello world
|
runs-on: nix
|
||||||
runs-on: default
|
|
||||||
steps:
|
steps:
|
||||||
- name: Echo
|
- name: Echo
|
||||||
run: |
|
run: |
|
||||||
echo "Hello, world!"
|
nix --version
|
Loading…
Add table
Add a link
Reference in a new issue