Skip to content

Bump github.com/docker/docker from 25.0.5+incompatible to 26.1.1+incompatible in /src #1330

Bump github.com/docker/docker from 25.0.5+incompatible to 26.1.1+incompatible in /src

Bump github.com/docker/docker from 25.0.5+incompatible to 26.1.1+incompatible in /src #1330

Workflow file for this run

# Workflow to detect typos in docs and source code
name: Misspell
on:
push:
branches:
- main
- docs/**
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
exclude: ./src/vendor/**
locale: US