We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5075ffb commit b5822a9Copy full SHA for b5822a9
1 file changed
.github/workflows/pr.yml
@@ -16,6 +16,8 @@ jobs:
16
- uses: actions/checkout@v4
17
- name: Install dependencies
18
run: npm ci
19
+ - name: Run lint
20
+ run: npm run lint
21
- name: Run build
22
run: npm run build
23
- name: Run test
0 commit comments