Skip to content

Adds example of deploying a flow using docker when the local and imag… #22

Adds example of deploying a flow using docker when the local and imag…

Adds example of deploying a flow using docker when the local and imag… #22

name: Run pre-commit
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- uses: pre-commit/[email protected]