Skip to content

Commit

Permalink
ci: add check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Jan 31, 2025
1 parent 36d9333 commit 6675829
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
run_install: false
Expand All @@ -19,6 +17,6 @@ jobs:
cache: pnpm
node-version: latest
registry-url: https://registry.npmjs.org
- run: pnpm install --frozen-lockfile
- run: pnpm install
- run: pnpm build
- run: pnpm lint

0 comments on commit 6675829

Please sign in to comment.