Skip to content

Bump the python-packages group across 1 directory with 3 updates #54

Bump the python-packages group across 1 directory with 3 updates

Bump the python-packages group across 1 directory with 3 updates #54

Workflow file for this run

name: Static Analysis
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main", "v*" ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.10.14
uses: actions/setup-python@v5
with:
python-version: 3.10.14
- name: Run pre-commit
uses: pre-commit/action@v3.0.1