Skip to content

chore: remove verify_cache folders from git tracking #940

chore: remove verify_cache folders from git tracking

chore: remove verify_cache folders from git tracking #940

Workflow file for this run

name: pre-commit-codestyle
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true
on: [push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
- uses: pre-commit/[email protected]