Compare commits
2 commits
a3987254f0
...
b778d7e72e
Author | SHA1 | Date | |
---|---|---|---|
|
b778d7e72e | ||
|
42559cd2cc |
2 changed files with 4 additions and 3 deletions
|
@ -11,6 +11,6 @@ jobs:
|
|||
name: Print hello world
|
||||
runs-on: default
|
||||
steps:
|
||||
- name: Echo
|
||||
run: |
|
||||
echo "Hello, world!"
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@56a7bb7b56d9a92d4fd1bc05758de7eea4a370a8
|
||||
- run: nix flake check
|
|
@ -0,0 +1 @@
|
|||
{}
|
Reference in a new issue