mirror of
https://github.com/valitydev/bouncer.git
synced 2024-11-06 02:15:18 +00:00
e1c128f9a8
* 🔄 Synced local '.github/workflows/basic-linters.yml' with remote 'workflows/base/basic-linters.yml' * 🔄 Created local '.github/settings.yml' from remote '.github/settings.yml' Co-authored-by: Andrew Mayorov <encube.ul@gmail.com>
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
|