mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(project): remove commitlint
This commit is contained in:
committed by
Łukasz Mierzwa
parent
c01fec9450
commit
8585486fd0
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user