mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-23 13:32:03 +01:00
Update check format command in CI
This commit is contained in:
parent
79316a7a03
commit
c193b78f51
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Install pnpm dependencies
|
- name: Install pnpm dependencies
|
||||||
run: nix develop --command pnpm install
|
run: nix develop --command pnpm install
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: nix develop --command pnpm run format
|
run: nix develop --command pnpm run check-fmt
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: nix develop --command pnpm run lint
|
run: nix develop --command pnpm run lint
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in a new issue