Skip to content

Update python Docker tag to v3.12.8 #383

Update python Docker tag to v3.12.8

Update python Docker tag to v3.12.8 #383

Workflow file for this run

name: pre-commit
on:
push:
branches:
- main
pull_request:
branches:
- main
repository_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: pre-commit
uses: pre-commit/[email protected]