Skip to content

Upgrade dependencies, migrate to the official docker client, and make the listening code more robust #10

Upgrade dependencies, migrate to the official docker client, and make the listening code more robust

Upgrade dependencies, migrate to the official docker client, and make the listening code more robust #10

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 }}