Skip to content

Fix commit hash for release workflow #6

Fix commit hash for release workflow

Fix commit hash for release workflow #6

Workflow file for this run

name: Linting
permissions:
contents: read
on:
# TODO adjust once we do PR
push:
branches: [ main ]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
pre-commit-linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/[email protected]