Skip to content

Commit

Permalink
πŸ› Fix(Github Actions): change github actions lint caching
Browse files Browse the repository at this point in the history
  • Loading branch information
INeedJobToStartWork committed Feb 2, 2024
1 parent c6f5e4a commit 63abd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Format Files
run: pnpm format
- name: Linting Files
run: pnpm lint:fix && pnpm lint
run: pnpm lint:fix --force && pnpm lint --force
- name: Building Files
run: pnpm build
- name: Start Files
Expand Down

0 comments on commit 63abd50

Please sign in to comment.