Skip to content

docs: small reorg of README and add info about docker images #13

docs: small reorg of README and add info about docker images

docs: small reorg of README and add info about docker images #13

Workflow file for this run

name: PR workflow
on:
pull_request:
branches:
- master
jobs:
commit_checks:
name: Commit checks
uses: ./.github/workflows/commit_checks.yml
with:
base_sha: ${{ github.event.pull_request.base.sha }}
head_sha: ${{ github.event.pull_request.head.sha }}