Skip to content

Merge pull request #1806 from mashehu/fix-ci #39

Merge pull request #1806 from mashehu/fix-ci

Merge pull request #1806 from mashehu/fix-ci #39

Workflow file for this run

name: Run pre-commit hooks
on:
push:
branches:
- "**" # runs on all branches
# Cancel if a newer run is started
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: Run prek
uses: j178/prek-action@91fd7d7cf70ae1dee9f4f44e7dfa5d1073fe6623 # v1