Compare commits

..

2 Commits

Author SHA1 Message Date
7269c0b561
chore(deps): update github.com/google/gopacket digest to b7d9dbd
All checks were successful
Golang Tests / unittest (push) Successful in 16s
Markdown linter / markdown-lint (push) Successful in 17s
Golang Tests / unittest (pull_request) Successful in 14s
Markdown linter / markdown-lint (pull_request) Successful in 14s
2025-05-31 20:15:38 +00:00
bd5f22a613
chore(ci): update workflow_dispatch for update docker hub description
All checks were successful
Golang Tests / unittest (push) Successful in 16s
Markdown linter / markdown-lint (push) Successful in 16s
2025-05-31 22:08:02 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -10,11 +10,10 @@ 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
- name: Lint Markdown files - uses: DavidAnson/markdownlint-cli2-action@v19.1.0
run: markdownlint --config .markdownlint.yaml . with:
globs: '**/*.md'

View File

@ -4,6 +4,7 @@ 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: