Skip to content

Bump actions/upload-artifact from 4 to 7 #197

Bump actions/upload-artifact from 4 to 7

Bump actions/upload-artifact from 4 to 7 #197

Workflow file for this run

name: Lint via pre-commit
on:
pull_request:
push:
branches-ignore:
- main
permissions:
contents: read
jobs:
pre-commit:
name: pre-commit-hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- uses: pre-commit/action@v3.0.1