Browse Source

Remove commit after PR

Doesn't work with forks
Jaap Marcus 2 years ago
parent
commit
9f00490262
1 changed files with 1 additions and 13 deletions
  1. 1 13
      .github/workflows/lint.yml

+ 1 - 13
.github/workflows/lint.yml

@@ -51,21 +51,9 @@ jobs:
       - name: Install Node packages
         run: npm ci --ignore-scripts
 
-      - name: Apply formatting
-        if: github.event_name == 'pull_request'
-        run: npm run format
-
-      - name: Commit formatting changes
-        if: github.event_name == 'pull_request'
-        uses: EndBug/add-and-commit@v9
-        with:
-          default_author: github_actions
-          message: Apply Prettier formatting
-          add: "."
-
       - name: Check formatting
         run: npx prettier --check .
-        
+
   eslint:
     name: ESLint
     runs-on: ubuntu-latest