Skip to content

Commit

Permalink
ci: update semantic yml to use .mjs commitlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike committed Jun 3, 2024
1 parent 57d1197 commit ac25032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 # v6.0.1
with:
configFile: .github/commitlint.config.js
configFile: .github/commitlint.config.cjs
- name: Install Dependencies
run: npm install @commitlint/[email protected]
- uses: JulienKode/pull-request-name-linter-action@8c05fb989d9f156ce61e33754f9802c9d3cffa58 # v0.5.0
with:
configuration-path: ./.github/commitlint.config.js
configuration-path: ./.github/commitlint.config.cjs

0 comments on commit ac25032

Please sign in to comment.