test yamllint

This commit is contained in:
Matt Reeves 2024-12-11 20:25:08 -05:00
parent cfa832fb67
commit 3de999865c

View file

@ -9,7 +9,7 @@ jobs:
name: Lint YAML files
runs-on: docker
container:
image: cytopia/yamllint:latest
image: mafyuh/node-yamllint:v1.0.0
steps:
- name: Checkout code
uses: actions/checkout@v4