From 773a5bc9c2d3bcf74efd88efce57031988a5fb68 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 25 Nov 2023 04:45:45 -0500 Subject: [PATCH] added YAML files to the linter action --- .forgejo/workflows/lint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 2d4171f..d2980ff 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -38,3 +38,7 @@ jobs: uses: actions/stylelint@master env: PATTERN: "**/*.css" + - name: Analysing YAML files with yamllint + uses: actions/yamllint@v3 + with: + strict: true