Skip to content

Update pre-commit hooks #71

Update pre-commit hooks

Update pre-commit hooks #71

name: Update pre-commit hooks
on:
schedule:
- cron: '0 0 * * 5'
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
update-pre-commit:
if: ${{ github.repository == 'learning-process/parallel_programming_course' }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Update pre-commit hooks
uses: tagdots/update-pre-commit-action@1.0.28
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: .pre-commit-config.yaml
dry-run: false
open-pr: true