Skip to content

Commit

Permalink
fix: Update github lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Aug 6, 2024
1 parent 4b69bdd commit e1df6b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install modules
run: pnpm install
- name: Run ESLint
Expand Down

0 comments on commit e1df6b2

Please sign in to comment.