Skip to content

chore(deps): bump click from 8.2.1 to 8.3.1 in /elt-common #148

chore(deps): bump click from 8.2.1 to 8.3.1 in /elt-common

chore(deps): bump click from 8.2.1 to 8.3.1 in /elt-common #148

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