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

@ -16,6 +16,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 14
- name: Install yamllint
run: |
npm install -g yaml-lint
- name: Show yamllint version
run: |