fix(project): remove commitlint

This commit is contained in:
Łukasz Mierzwa
2026-04-19 13:19:43 +01:00
committed by Łukasz Mierzwa
parent c01fec9450
commit 8585486fd0
3 changed files with 0 additions and 54 deletions

View File

@@ -243,20 +243,6 @@ jobs:
- name: Check for non-typescript UI components
run: make -C ui lint-typescript
git-commit:
name: Lint git commit
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Lint git commit
uses: wagoid/commitlint-github-action@v6.2.1
with:
configFile: .commitlintrc.cjs
docs:
name: Lint documentation
runs-on: ubuntu-latest
@@ -283,7 +269,6 @@ jobs:
- package-lock
- lint-versions
- typescript
- git-commit
- docs
runs-on: ubuntu-latest
steps: