Skip to content

chore(deps): update python docker tag to v3.12.4 #15

chore(deps): update python docker tag to v3.12.4

chore(deps): update python docker tag to v3.12.4 #15

Workflow file for this run

name: Pre-commit
on:
pull_request:
branches: [develop]
jobs:
pre-commit:
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.7
- uses: pre-commit/action@v3.0.1