Skip to content

moved building the buildenv docker image out of cluster-docker target… #55

moved building the buildenv docker image out of cluster-docker target…

moved building the buildenv docker image out of cluster-docker target… #55

Workflow file for this run

name: Linting and formatting (pre-commit)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]