Skip to content

Move to Makefile, try with "make install" or "make test" #1070

Move to Makefile, try with "make install" or "make test"

Move to Makefile, try with "make install" or "make test" #1070

Workflow file for this run

# Run pre-commit on all files in the repository
name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]
with:
extra_args: '--verbose --all-files'