Add basic-linters action (#1)

This commit is contained in:
Pavel Popov 2022-02-21 19:52:33 +03:00 committed by GitHub
parent 531adc9ac2
commit 45d7f31a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.github/workflows/basic-linters.yml vendored Normal file
View File

@ -0,0 +1,10 @@
name: Vality basic linters
on:
pull_request:
branches:
- master
jobs:
lint:
uses: valitydev/base-workflows/.github/workflows/basic-linters.yml@v1