wip
Some checks are pending
Flake checks / Check (push) Has started running

This commit is contained in:
teutat3s 2023-10-30 01:38:28 +01:00
parent 1227466b24
commit cc37ffc5bf
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -7,7 +7,9 @@ jobs:
steps:
- name: Get Node.js dependency
run: |
nix shell nixpkgs#nodejs_20
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
nix-channel --update
nix-env -iA nixpkgs.nodejs_20
- name: Check out repository code
uses: https://code.forgejo.org/actions/checkout@v4
- name: Run flake checks