mirror of
https://github.com/valitydev/fistful-server.git
synced 2024-11-06 10:45:21 +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
|