We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b32142 commit a3d8771Copy full SHA for a3d8771
1 file changed
.github/workflows/lint.yml
@@ -51,9 +51,6 @@ jobs:
51
- name: Install Node packages
52
run: npm ci --ignore-scripts
53
54
- - name: Check formatting
55
- run: npx prettier --check .
56
-
57
- name: Apply formatting
58
if: github.event_name == 'pull_request'
59
run: npm run format
@@ -66,6 +63,9 @@ jobs:
66
63
message: Apply Prettier formatting
67
64
add: "."
68
65
+ - name: Check formatting
+ run: npx prettier --check .
+
69
eslint:
70
name: ESLint
71
runs-on: ubuntu-latest
0 commit comments