Bump versions.

This commit is contained in:
Stephan Schnabel 2021-12-13 09:02:32 +01:00
parent c44b5fb17e
commit 0adbe47739
Signed by: stephan.schnabel
GPG key ID: F74FE2422AA07290
4 changed files with 20 additions and 60 deletions

View file

@ -4,29 +4,8 @@ name: Release
workflow_dispatch: {}
jobs:
lint-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ibiqlik/action-yamllint@v3
with:
format: colored
strict: true
lint-markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://avtodev/markdown-lint:v1
with:
args: /github/workspace
build:
runs-on: ubuntu-latest
needs:
- lint-markdown
- lint-yaml
steps:
- uses: actions/checkout@v2
with: