🔄 Synced file(s) with valitydev/configurations (#8)

* 🔄 Created local '.github/workflows/basic-linters.yml' from remote 'workflows/base/basic-linters.yml'

* 🔄 Created local '.github/settings.yml' from remote '.github/settings.yml'

* 🔄 Created local 'CODEOWNERS' from remote 'codeowners/java'

* 🔄 Created local '.codecov.yml' from remote 'java/.codecov.yml'
This commit is contained in:
Vality Bot 2022-11-15 15:33:46 +07:00 committed by GitHub
parent a95c3ebb45
commit 3301dc9d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 0 deletions

6
.codecov.yml Normal file
View File

@ -0,0 +1,6 @@
coverage:
status:
project:
default:
target: auto
threshold: 1%

2
.github/settings.yml vendored Normal file
View File

@ -0,0 +1,2 @@
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
_extends: .github

10
.github/workflows/basic-linters.yml vendored Normal file
View File

@ -0,0 +1,10 @@
name: Vality basic linters
on:
pull_request:
branches:
- "*"
jobs:
lint:
uses: valitydev/base-workflows/.github/workflows/basic-linters.yml@v1

1
CODEOWNERS Normal file
View File

@ -0,0 +1 @@
* @valitydev/java