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

fix: small changes #287

Merged
merged 15 commits into from
Mar 20, 2024
Prev Previous commit
Next Next commit
ci: add pnpm i
  • Loading branch information
nikkeyl committed Mar 20, 2024
commit bef5c57cb3cbf517f4e9b0e9fbe217c9bf0d3394
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: lts/*

- name: Install Dependencies
run: pnpm i
run: pnpm i -D @archoleat/commitlint-define-config @commitlint/[email protected]

- name: Lint
uses: wagoid/commitlint-github-action@v5
Loading