Skip to content

Filter closed files in between preempts #5586

Filter closed files in between preempts

Filter closed files in between preempts #5586

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
pre-commit-lints:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: "3.10"
- name: Install pre-commit
run: pip install -r requirements-dev.txt
- name: Run pre-commit on all files
run: pre-commit run --all-files