Compare commits

..

1 Commits

Author SHA1 Message Date
b42dbb2234
chore(deps): update github.com/google/gopacket digest to b7d9dbd
All checks were successful
Markdown linter / markdown-lint (push) Successful in 14s
Golang Tests / unittest (pull_request) Successful in 15s
Markdown linter / markdown-lint (pull_request) Successful in 12s
Golang Tests / unittest (push) Successful in 43s
2025-05-28 16:07:27 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,11 @@ on:
jobs:
markdown-lint:
container:
image: git.cryptic.systems/volker.raschek/markdownlint:0.45.0
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0
with:
globs: '**/*.md'
- name: Lint Markdown files
run: markdownlint --config .markdownlint.yaml .

View File

@ -4,7 +4,6 @@ on:
push:
branches: [ 'master' ]
paths: [ 'README.md' ]
workflow_dispatch: {}
jobs:
update-description-on-hub-docker-io: