Skip to content

Commit

Permalink
ci: pre-commit commit message (#2732)
Browse files Browse the repository at this point in the history
* ci: pre-commit commit message

* ci: do not delete examples dir

* ci: update ansys/actions
  • Loading branch information
mkundu1 authored Apr 24, 2024
1 parent 9d2b4d6 commit 82b8037
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ jobs:
name: "Run commit style checks"
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/commit-style@v5.0
- uses: ansys/actions/commit-style@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}

branch-name-style:
name: "Run branch name style checks"
runs-on: ubuntu-latest
steps:
- uses: ansys/actions/branch-name-style@v5.0
- uses: ansys/actions/branch-name-style@v6

test-import:
name: Build and Smoke tests
Expand Down
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
ci:
autofix_commit_msg: |
ci: auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
autoupdate_commit_msg: 'ci: pre-commit autoupdate'
autoupdate_schedule: monthly

repos:

- repo: https://github.com/psf/black
Expand Down

0 comments on commit 82b8037

Please sign in to comment.