Skip to content

Bump github.com/docker/docker from 23.0.3+incompatible to 23.0.8+incompatible in /tools #44

Bump github.com/docker/docker from 23.0.3+incompatible to 23.0.8+incompatible in /tools

Bump github.com/docker/docker from 23.0.3+incompatible to 23.0.8+incompatible in /tools #44

Workflow file for this run

name: Run lint
on: [ push, pull_request ]
jobs:
lint:
strategy:
matrix:
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Lint
run: make lint