Skip to content

Bump actions/checkout from 3 to 4 #397

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #397

Workflow file for this run

name: static analysis
on:
push:
pull_request:
# Run every Monday at 6am UTC
schedule:
- cron: '0 6 * * 1'
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Lint
uses: pre-commit/[email protected]
with:
extra_args: --all-files --show-diff-on-failure