Skip to content

🌱 Bump github.com/docker/docker from 27.1.1+incompatible to 28.0.0+incompatible #1139

🌱 Bump github.com/docker/docker from 27.1.1+incompatible to 28.0.0+incompatible

🌱 Bump github.com/docker/docker from 27.1.1+incompatible to 28.0.0+incompatible #1139

Workflow file for this run

# Checks if all go files have the required license header
name: License
on: [ pull_request ]
jobs:
license:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: viperproject/check-license-header@v2
with:
path: .
config: .github/workflows/license.conf
strict: false