This commit is contained in:
parent
42559cd2cc
commit
b778d7e72e
1 changed files with 3 additions and 3 deletions
|
@ -11,6 +11,6 @@ jobs:
|
||||||
name: Print hello world
|
name: Print hello world
|
||||||
runs-on: default
|
runs-on: default
|
||||||
steps:
|
steps:
|
||||||
- name: Echo
|
- uses: actions/checkout@v4
|
||||||
run: |
|
- uses: cachix/install-nix-action@56a7bb7b56d9a92d4fd1bc05758de7eea4a370a8
|
||||||
echo "Hello, world!"
|
- run: nix flake check
|
Reference in a new issue