diff options
Diffstat (limited to '.github/workflows/check.yml')
-rw-r--r-- | .github/workflows/check.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 04e8f16..52a8282 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -7,5 +7,5 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "22" - - run: npm ci --include=dev - - run: npx prettier . --check + - uses: taiki-e/install-action@just + - run: just check |