diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 61fcc760..293a898b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,6 @@ jobs: run: yarn - name: Validate current commit (last commit) with commitlint - if: github.event_name == 'push' run: npx commitlint --last --verbose - name: Check formatting