Skip to content

Commit

Permalink
Merge pull request #64 from redhat-cop/update_pre_commit
Browse files Browse the repository at this point in the history
Create update_pre_commit.yml
  • Loading branch information
branic authored Jan 18, 2023
2 parents 52f990d + 1d0f43c commit 93c2ec6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/update_pre_commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
# This workflow action will run pre-commit, which will execute ansible and yaml linting
# See .pre-commit-config.yaml for what hooks are executed
name: Update pre-commit configuration


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

jobs:
pre-commit:
uses: "redhat-cop/ansible_collections_tooling/.github/workflows/update_precommit.yml@main"
with:
github_actor: ${{ github.actor }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
...

0 comments on commit 93c2ec6

Please sign in to comment.