Skip to content

Commit

Permalink
build(ci): Update pre-commit hooks, udpate Github Actions workflow to…
Browse files Browse the repository at this point in the history
… perform automatic udpates
  • Loading branch information
kpatryk committed Oct 31, 2023
1 parent d577ddf commit 291da4b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Dependency update

on:
schedule:
- cron: "0 23 * * *"

jobs:
pre-commit:
uses: kpatryk/workflows/.github/workflows/pre-commit.yml@v0.2.0
with:
os: ubuntu-latest
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ repos:
- prettier
- prettier-plugin-toml

- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
hooks:
- id: forbid-binary
- id: script-must-have-extension
- id: shellcheck

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
Expand Down

0 comments on commit 291da4b

Please sign in to comment.