Skip to content

Commit

Permalink
Always lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Dec 3, 2024
1 parent f5902fb commit 8cf3bc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Lint
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev'
run: pnpm run pretty:check

- name: Build 🛠
Expand Down

0 comments on commit 8cf3bc5

Please sign in to comment.