mirror of
https://github.com/valitydev/limiter.git
synced 2024-11-06 00:55:22 +00:00
0c6b2afd6b
* 🔄 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'
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
|