Maintain actions.

This commit is contained in:
Stephan Schnabel 2022-03-01 13:19:37 +01:00
parent d379becb63
commit 2a31de933d
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
10 changed files with 107 additions and 46 deletions

26
.github/workflows/lint.yaml vendored Normal file
View file

@ -0,0 +1,26 @@
name: Lint
"on":
workflow_dispatch: {}
push:
branches: [main]
pull_request: {}
jobs:
yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: ibiqlik/action-yamllint@v3.1.0
with:
format: colored
strict: true
markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: avto-dev/markdown-lint@v1.5.0
with:
args: /github/workspace