Update actions.
This commit is contained in:
parent
994227ad23
commit
8f25c6274b
3 changed files with 19 additions and 25 deletions
24
.github/workflows/lint.yaml
vendored
24
.github/workflows/lint.yaml
vendored
|
@ -1,24 +0,0 @@
|
||||||
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
|
|
18
.github/workflows/snapshot.yaml
vendored
18
.github/workflows/snapshot.yaml
vendored
|
@ -5,6 +5,24 @@ name: Build
|
||||||
push: {}
|
push: {}
|
||||||
|
|
||||||
jobs:
|
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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Micronaut Logging support
|
# Micronaut Logging support
|
||||||
|
|
||||||
[](https://search.maven.org/search?q=g:%22io.kokuwa.micronaut%22%20AND%20a:%22micronaut-logging%22) [](https://github.com/kokuwaio/micronaut-logging/actions/workflows/lint.yaml) [](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml)
|
[](https://search.maven.org/search?q=g:%22io.kokuwa.micronaut%22%20AND%20a:%22micronaut-logging%22) [](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue