We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fe720 commit 997e4e1Copy full SHA for 997e4e1
.github/workflows/eslint.yml
@@ -28,11 +28,8 @@ jobs:
28
- name: Checkout code
29
uses: actions/checkout@v4
30
31
- - name: Install ESLint
32
- run: |
33
- npm install eslint@8.10.0
34
- npm install @microsoft/eslint-formatter-sarif@2.1.7
35
- npm install eslint-config-prettier@8.8.0
+ - name: Install Dependencies
+ run: npm install
36
37
- name: Run ESLint
38
run: "npm run lint:sarif"
.github/workflows/prettier.yml
@@ -17,8 +17,8 @@ jobs:
17
18
19
20
- - name: Install prettier
21
- run: npm install prettier@3.0.0
22
23
- name: Run prettier
24
run: npm run format:check
0 commit comments