mirror of
https://github.com/valitydev/base-workflows.git
synced 2024-11-06 01:15:23 +00:00
Add predefined yamllint configuration
This commit is contained in:
parent
c03aaf5a21
commit
f2436eb495
7
.github/workflows/basic-linters.yml
vendored
7
.github/workflows/basic-linters.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user