Skip to content

Add pre-commit to workflow, change the version number (#168) #8

Add pre-commit to workflow, change the version number (#168)

Add pre-commit to workflow, change the version number (#168) #8

Workflow file for this run

name: Pre-commit
on:
push:
jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files