mirror of
https://github.com/valitydev/dmt-client.git
synced 2024-11-06 01:15:22 +00:00
16 lines
229 B
YAML
16 lines
229 B
YAML
|
name: Vality basic linters
|
||
|
|
||
|
on:
|
||
|
pull_request:
|
||
|
branches:
|
||
|
- master
|
||
|
- main
|
||
|
push:
|
||
|
branches:
|
||
|
- master
|
||
|
- main
|
||
|
|
||
|
jobs:
|
||
|
lint:
|
||
|
uses: valitydev/base-workflows/.github/workflows/basic-linters.yml@v1
|