Skip to content

Update pre-commit hooks #57

Update pre-commit hooks

Update pre-commit hooks #57

name: Update pre-commit hooks
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * 0
jobs:
pre-commit-update:
runs-on: ubuntu-latest
name: Updates
steps:
- name: Checkout
uses: actions/[email protected]
- name: Update pre-commit hooks
uses: brokenpip3/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}