Skip to content

Commit

Permalink
ci(lint): fix issues in GitHub Action for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlurak committed Jun 23, 2024
1 parent a3076b5 commit ad4b8a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
needs: formatting
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18.x
Expand Down

0 comments on commit ad4b8a6

Please sign in to comment.