Compare commits

..

1 Commits

Author SHA1 Message Date
a03094411a
chore(deps): update docker.io/library/rockylinux docker tag to v9
Some checks failed
Build / build-rocky-linux-8 (pull_request) Has been cancelled
Build / build-arch-linux (pull_request) Has been cancelled
2025-05-08 16:00:21 +00:00
2 changed files with 3 additions and 25 deletions

View File

@ -3,9 +3,9 @@ name: Build
on:
pull_request:
types:
- opened
- reopened
- synchronize
- "opened"
- "reopened"
- "synchronize"
push:
branches:
- master

View File

@ -1,22 +0,0 @@
name: 'Lint Markdown files'
on:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- master
workflow_dispatch: {}
jobs:
markdown-lint:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0
with:
globs: '**/*.md'