Skip to content

build(deps): bump actions/setup-python from 5.3.0 to 5.4.0 #12

build(deps): bump actions/setup-python from 5.3.0 to 5.4.0

build(deps): bump actions/setup-python from 5.3.0 to 5.4.0 #12

Workflow file for this run

---
name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
path: |
~/.cache/pre-commit
key: ${{ runner.os }}-precommit-${{ hashFiles('**/.pre-commit-config.yaml/*') }}
restore-keys: |
${{ runner.os }}-precommit-
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}