Initial workflows

This commit is contained in:
Pavel Popov 2022-02-21 19:17:27 +03:00
parent d8b06495a1
commit b0553eae2b
No known key found for this signature in database
GPG Key ID: 69085A83DD6EC92F

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

@ -0,0 +1,16 @@
name: Basic linters
on:
workflow_call:
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2
- name: 🚀 Run yamllint
uses: frenck/action-yamllint@v1
with:
warnings: false