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

Update .pre-commit-config.yaml #49

Update .pre-commit-config.yaml

Update .pre-commit-config.yaml #49

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
run-pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pipx run pre-commit run --all-files