Improve repository.

- add kokuwa checkstyle
- add dependabot
- add dependency documentation
- add code owners
- add codeql
- add license badge
This commit is contained in:
Stephan Schnabel 2022-01-25 11:30:00 +01:00
parent f92d80d1a9
commit 5025e207da
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
7 changed files with 115 additions and 16 deletions

View file

@ -6,7 +6,7 @@ name: Snapshot
jobs:
lint-yaml:
yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -15,7 +15,7 @@ jobs:
format: colored
strict: true
lint-markdown:
markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -47,7 +47,7 @@ jobs:
if: failure()
with:
name: surefire
path: '*/target/surefire-reports/*.xml'
path: '**/target/surefire-reports/*.xml'
reporter: java-junit
list-suites: failed
list-tests: failed