Skip to content

Commit 9f00490

Browse files
committed
Remove commit after PR
Doesn't work with forks
1 parent a3d8771 commit 9f00490

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/lint.yml

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

54-
- name: Apply formatting
55-
if: github.event_name == 'pull_request'
56-
run: npm run format
57-
58-
- name: Commit formatting changes
59-
if: github.event_name == 'pull_request'
60-
uses: EndBug/add-and-commit@v9
61-
with:
62-
default_author: github_actions
63-
message: Apply Prettier formatting
64-
add: "."
65-
6654
- name: Check formatting
6755
run: npx prettier --check .
68-
56+
6957
eslint:
7058
name: ESLint
7159
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)