diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b127d98..44a2ace 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,10 +24,3 @@ jobs: - run: "node --run lint:editorconfig" - run: "node --run lint:eslint" - run: "node --run lint:prettier" - - commitlint: - runs-on: "ubuntu-latest" - steps: - - uses: "actions/checkout@v4.2.2" - - - uses: "wagoid/commitlint-github-action@v6.1.2"