This commit is contained in:
parent
ae3dc094f9
commit
3c5f72aed0
@ -6,9 +6,9 @@ env:
|
|||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
PATH: /run/current-system/sw/bin/
|
PATH: /run/current-system/sw/bin/
|
||||||
|
|
||||||
# defaults:
|
defaults:
|
||||||
# run:
|
run:
|
||||||
# shell: sh
|
shell: nix shell nixpkgs#nodejs-18_x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-flake:
|
check-flake:
|
||||||
@ -22,8 +22,8 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# github_access_token: ${{ secrets.__GITHUB_TOKEN }}
|
# github_access_token: ${{ secrets.__GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
run: nix shell nixpkgs#nodejs-18_x
|
# run: nix shell nixpkgs#nodejs-18_x
|
||||||
|
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user