Add predefined yamllint configuration

This commit is contained in:
Pavel Popov 2022-02-22 14:00:38 +03:00
parent c03aaf5a21
commit f2436eb495
No known key found for this signature in database
GPG Key ID: 69085A83DD6EC92F

View File

@ -13,9 +13,14 @@ jobs:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
- name: ⤵️ Check out code
uses: actions/checkout@v2
- name: 📥 Download default yamllint configuration
uses: valitydev/action-download-file@v1
with:
url: https://raw.githubusercontent.com/valitydev/configurations/v1/linters/.yamllint
- name: 🚀 Run yamllint
uses: frenck/action-yamllint@v1
with: