Fix typo (no error when yml file not good ?)
This commit is contained in:
parent
42e336853d
commit
ec5ca34494
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
on: push
|
on: push
|
||||||
jobs:
|
jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
image: nixos/nix:2.24.9
|
container:
|
||||||
|
image: nixos/nix:2.24.9
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
ls -alh
|
ls -alh
|
||||||
|
|
Loading…
Reference in a new issue