Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove commitlint from docs #41

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,34 +28,6 @@ jobs:
- name: Run typos checker
uses: crate-ci/typos@master

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
steps:
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
Loading