Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

pre-commit run --all-files #38

pre-commit run --all-files

pre-commit run --all-files #38

Workflow file for this run

name: Pre-commit
on: [ push, pull_request ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]