Skip to content

Commit

Permalink
ci: CI を修正 (#2)
Browse files Browse the repository at this point in the history
* ci: CI を修正

* ci: needs を追加

* ci: cache を追加

* ci: pnpm install を追加
  • Loading branch information
p-chan authored Jan 4, 2024
1 parent d0cfc0d commit 72af4ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- run: pnpm install

lint:
needs: install
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -28,4 +29,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- uses: pnpm lint
cache: 'pnpm'
- run: pnpm install
- run: pnpm lint

0 comments on commit 72af4ff

Please sign in to comment.