Skip to content

Commit

Permalink
Create update_pre_commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 authored Jan 18, 2023
1 parent 52f990d commit 1d0f43c
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 1d0f43c

Please sign in to comment.