1
1
mirror of https://github.com/oxalica/nil.git synced 2024-08-16 22:20:31 +03:00

Fix CI again

This commit is contained in:
oxalica 2023-02-26 08:38:49 +08:00
parent 1d223b505d
commit 62e7eac98e

View File

@ -18,7 +18,7 @@ jobs:
- name: Prepare devShell
run: nix develop --command true
- name: Install NPM packages
run: nix develop --command npm ci
run: nix develop --command bash -c 'cd editors/coc-nil && npm ci'
- name: Run pre-commit
run: nix develop --command pre-commit