Skip to content

Commit

Permalink
fix: #199 📌 remove pages setup on check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei committed Dec 30, 2023
1 parent 762c4b4 commit 61e8f98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: pnpm install
- name: check types
Expand Down

0 comments on commit 61e8f98

Please sign in to comment.