Skip to content

Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible in /tools #154

Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible in /tools

Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible in /tools #154

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@v2
- name: Lint
run: make lint