This commit is contained in:
parent
36b34332cc
commit
e529353ed4
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ on: [push]
|
||||||
# schedule:
|
# schedule:
|
||||||
# - cron: '@yearly'
|
# - cron: '@yearly'
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
Flake-test:
|
||||||
runs-on: nixos-latest
|
runs-on: nixos-latest
|
||||||
steps:
|
steps:
|
||||||
- run: nix --extra-experimental-features nix-command shell nixpkgs#nodejs-slim
|
- run: nix --extra-experimental-features 'nix-command flakes' shell nixpkgs#nodejs-slim
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- run: cat flake.nix
|
- run: cat flake.nix
|
Loading…
Add table
Add a link
Reference in a new issue