Skip to content

Bump github.com/docker/docker from 24.0.7+incompatible to 25.0.6+incompatible #465

Bump github.com/docker/docker from 24.0.7+incompatible to 25.0.6+incompatible

Bump github.com/docker/docker from 24.0.7+incompatible to 25.0.6+incompatible #465

Workflow file for this run

name: Spell check markdown
# Runs during pull request
# Spell check markdown
on:
pull_request:
branches:
- master
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
pwd
ls -l
- uses: rojopolis/spellcheck-github-actions@0.35.0
with:
config_path: .github/spellcheck.yml