mirror of
https://github.com/oxalica/nil.git
synced 2025-12-23 09:19:49 +00:00
Fix CI
This commit is contained in:
parent
85ebdb39bf
commit
1d223b505d
2 changed files with 3 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
uses: cachix/install-nix-action@v17
|
||||
- name: Prepare devShell
|
||||
run: nix develop --command true
|
||||
- name: Install NPM packages
|
||||
run: nix develop --command npm ci
|
||||
- name: Run pre-commit
|
||||
run: nix develop --command pre-commit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue