mirror of
https://github.com/valitydev/adapter-bank-payout-spring-boot-starter.git
synced 2024-11-06 00:45:21 +00:00
090bba7c1a
* 🔄 Created local '.github/workflows/basic-linters.yml' from remote 'workflows/base/basic-linters.yml' * 🔄 Synced local 'LICENSE' with remote 'LICENSE' * 🔄 Created local '.github/settings.yml' from remote '.github/settings.yml' * 🔄 Created local 'CODEOWNERS' from remote 'codeowners/java'
11 lines
163 B
YAML
11 lines
163 B
YAML
name: Vality basic linters
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- "*"
|
|
|
|
jobs:
|
|
lint:
|
|
uses: valitydev/base-workflows/.github/workflows/basic-linters.yml@v1
|