Skip to content

Update docker-image.yml #670

Update docker-image.yml

Update docker-image.yml #670

Workflow file for this run

name: "PR Checks"
on:
push:
branches: [ main ]
pull_request:
jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]