We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c709a0 commit 3d29359Copy full SHA for 3d29359
.github/workflows/_frontend_code.yml
@@ -9,7 +9,7 @@ on:
9
- main
10
11
jobs:
12
- lint:
+ code_checks:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout repository code
@@ -27,3 +27,7 @@ jobs:
27
- name: Check Formatting of TypeScript Code
28
working-directory: frontend
29
run: npm run format:check
30
+
31
+ - name: Check Linting Rules for TypeScript Code
32
+ working-directory: frontend
33
+ run: npm run lint
0 commit comments