Skip to content

chore(deps): bump the pip group across 3 directories with 4 updates (… #165

chore(deps): bump the pip group across 3 directories with 4 updates (…

chore(deps): bump the pip group across 3 directories with 4 updates (… #165

Workflow file for this run

name: Static checks
on:
push:
branches:
- "main"
pull_request:
types: [opened, synchronize, reopened]
jobs:
staticcheck:
name: static checks
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- name: "Install prek"
run: >
python -m pip install prek
- name: "Run prek"
run: >
prek --all-files --verbose