diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 311a0f6..c8553ca 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,10 +23,6 @@ jobs: - name: Install dependencies run: npm i -g @commitlint/cli @commitlint/config-conventional - name: Validate all commits from PR - if: github.event_name == 'pull_request' - run: commitlint --config ./.commitlintrc.json --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose - - name: Validate all commits on pushed commits - if: github.event_name == 'push' run: commitlint --config ./.commitlintrc.json --from=${{ github.event.before }} --verbose diff --git a/2 b/2 index 98a9e1b..c0ce4d7 100644 --- a/2 +++ b/2 @@ -5,4 +5,6 @@ 5 6 7 +8 +9