Skip to content

Commit

Permalink
Merge branch 'main' into fix/path_group
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn authored Sep 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 8c43084 + 14d476a commit 7e1a487
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -13,4 +13,4 @@ jobs:
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v6
with:
configFile: tools/commitlint/commitlint.config.mjs
configFile: .github/configs/commitlint.config.mjs
2 changes: 1 addition & 1 deletion .github/workflows/pr_name.yml
Original file line number Diff line number Diff line change
@@ -13,4 +13,4 @@ jobs:
run: npm install @commitlint/[email protected]
- uses: JulienKode/[email protected]
with:
configuration-path: tools/commitlint/commitlint.config.js
configuration-path: .github/configs/commitlint.config.js

0 comments on commit 7e1a487

Please sign in to comment.