Skip to content

Commit

Permalink
chore: remove commitlint from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Dec 2, 2024
1 parent 7e97288 commit cab0897
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 624 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,6 @@ concurrency:
cancel-in-progress: true

jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup pnpm
uses: pnpm/action-setup@v4

- name: Setup node env 🏗
uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: .nvmrc

- name: Install dependencies 👨🏻‍💻
run: pnpm install --frozen-lockfile

- name: Validate current commit (last commit) with commitlint
if: github.event_name == 'push'
run: pnpm exec commitlint --from HEAD~1 --to HEAD --verbose

- name: Validate PR commits with commitlint
if: github.event_name == 'pull_request'
run: pnpm exec commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose

ci:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .husky/commit-msg

This file was deleted.

3 changes: 0 additions & 3 deletions commitlint.config.mjs

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
"vue": "3.5.13"
},
"devDependencies": {
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@rotki/eslint-config": "3.5.0",
"@types/node": "20.17.6",
"@vue/compiler-sfc": "3.5.13",
Expand Down
Loading

0 comments on commit cab0897

Please sign in to comment.