We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ecd17 commit ecf1c11Copy full SHA for ecf1c11
1 file changed
.github/workflows/check.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Format
28
run: npm run format
29
30
+ - name: Lint
31
+ run: npm run lint
32
+
33
- name: Build
34
run: npm run build
35
0 commit comments