Skip to content

Commit

Permalink
chore: Allow auto fix lint issues in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jul 20, 2023
1 parent 43fc8ec commit dc9f384
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ jobs:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
with:
node-version: ${{ matrix.node-version }}
- name: Lint
run: pnpm lint
run: pnpm lint:fix

0 comments on commit dc9f384

Please sign in to comment.