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