Skip to content

Create pre-commit.yml #2

Create pre-commit.yml

Create pre-commit.yml #2

Workflow file for this run

name: Code
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]
with:
extra_args: --all-files
- uses: pre-commit-ci/[email protected]
if: always()
with:
msg: Apply pre-commit code formatting