Skip to content

Commit

Permalink
[CI] Validating post merge
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdoc committed Feb 27, 2025
1 parent 99bbe15 commit 3aac006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
pre-commit install
- name: Run pre-commit
run: magic run pre-commit run --all-files
run: magic run --manifest-path mojo pre-commit run --all-files

6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ repos:
hooks:
- id: mojo-format
name: mojo-format
entry: mojo format mojo
entry: mojo format
language: system
files: '\.(mojo|🔥|py)$'
files: '^(mojo|examples/mojo).*\.(mojo|🔥|py)$'
stages: [commit]
- id: check-docstrings
name: check-docstrings
Expand All @@ -17,7 +17,7 @@ repos:
name: check-license
entry: mojo mojo/stdlib/scripts/check_licenses.mojo
language: system
files: '\.(mojo|🔥|py)$'
files: '^(mojo|examples/mojo).*\.(mojo|🔥|py)$'
stages: [commit]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.40.0
Expand Down

0 comments on commit 3aac006

Please sign in to comment.