Skip to content

Commit a3d8771

Browse files
authored
Update lint.yml
1 parent 5b32142 commit a3d8771

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ jobs:
5151
- name: Install Node packages
5252
run: npm ci --ignore-scripts
5353

54-
- name: Check formatting
55-
run: npx prettier --check .
56-
5754
- name: Apply formatting
5855
if: github.event_name == 'pull_request'
5956
run: npm run format
@@ -66,6 +63,9 @@ jobs:
6663
message: Apply Prettier formatting
6764
add: "."
6865

66+
- name: Check formatting
67+
run: npx prettier --check .
68+
6969
eslint:
7070
name: ESLint
7171
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)