We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde8fe4 commit 09659b5Copy full SHA for 09659b5
.github/workflows/lint.yml
@@ -9,6 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
+ - uses: pnpm/action-setup@v4
13
- name: Install modules
14
run: pnpm i
15
- name: Run ESLint
0 commit comments