Remove parent.

This commit is contained in:
Stephan Schnabel 2021-12-29 11:09:08 +01:00
parent 3efda9d452
commit 41589b6c8c
Signed by: stephan.schnabel
GPG key ID: F74FE2422AA07290
8 changed files with 261 additions and 244 deletions

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

@ -0,0 +1,24 @@
name: Lint
"on":
workflow_dispatch: {}
push: {}
jobs:
yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ibiqlik/action-yamllint@v3
with:
format: colored
strict: true
markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://avtodev/markdown-lint:v1
with:
args: /github/workspace