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

View File

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