Skip to content

Merge pull request #579 from accorvin/fix-file-path #61

Merge pull request #579 from accorvin/fix-file-path

Merge pull request #579 from accorvin/fix-file-path #61

Workflow file for this run

name: Pre-commit
on:
push:
branches:
- '**'
pull_request:
workflow_dispatch:
jobs:
precommit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]