Skip to content

Commit

Permalink
Lint GitHub Actions with pre-commit (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 authored Oct 25, 2023
1 parent 33f82f5 commit f09f12f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ repos:
args: ["--pytest-test-first"]
- id: debug-statements

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
hooks:
- id: check-github-workflows
args: ["--verbose"]

- repo: https://github.com/rhysd/actionlint
rev: v1.6.26
hooks:
- id: actionlint

- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
+ Updated dependencies to work with py3.10 and py3.11. (#3)
+ Switched to `ruff` for linting. (#5)
+ Updated CI to also run all pre-commit checks and use more recent actions. (#6)
+ Added Github action lints/checks to pre-commit. (#7)


## v1.0.0 (2023-01-14)
Expand Down

0 comments on commit f09f12f

Please sign in to comment.