Skip to content

Commit

Permalink
Merge pull request #9 from mundialis/pre_commit_hooks_versionupdate
Browse files Browse the repository at this point in the history
Update version in examples for pre commit hooks
  • Loading branch information
linakrisztian authored Aug 29, 2023
2 parents 870e75d + 29d9001 commit fc8e434
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-example-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ repos:
- id: check-added-large-files

- repo: https://github.com/mundialis/github-workflows
rev: 1.0.0
rev: 1.0.1
hooks:
- id: linting
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,11 @@ You can use it by adding a `pre-commit-config.yml` file containing e.g.:
```
repos:
- repo: https://github.com/mundialis/github-workflows
rev: 1.0.0
rev: 1.0.1
hooks:
- id: linting
```
**Note**: Might need to adapt/update the release tag of repo within `pre-commit-config.yml`

An extended example can be found at [.pre-commit-example-config.yml](.pre-commit-example-config.yml)

Expand Down

0 comments on commit fc8e434

Please sign in to comment.