1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

ci: remove commitlint (not useful)

This commit is contained in:
2025-07-23 12:24:20 +02:00
parent 6a11f2dbf6
commit 91b66d24cd

View File

@@ -24,10 +24,3 @@ jobs:
- run: "node --run lint:editorconfig" - run: "node --run lint:editorconfig"
- run: "node --run lint:eslint" - run: "node --run lint:eslint"
- run: "node --run lint:prettier" - 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"