Skip to content

Docker tests

Docker tests #469

Workflow file for this run

name: Pre-Commit
on:
pull_request:
jobs:
pre-commit:
container:

Check failure on line 8 in .github/workflows/pre-commit.yml

View workflow run for this annotation

GitHub Actions / Pre-Commit

Invalid workflow file

The workflow is not valid. .github/workflows/pre-commit.yml (Line: 8, Col: 5): Required property is missing: runs-on
image: docker://ckolbptb/mrpro_py311:latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
# Cancel in-progress runs when a new workflow with the same group name is triggered
cancel-in-progress: true