Update .forgejo/workflows/yamllint.yml

This commit is contained in:
Matt Reeves 2024-07-31 09:24:09 -04:00
parent 5e7fc78d9f
commit ed050b7238

View file

@ -17,6 +17,10 @@ jobs:
with:
node-version: 14
- name: Install yamllint
run: |
npm install -g yaml-lint
- name: Show yamllint version
run: |
yamllint --version