From b83fb06b226ad3f048fc6bf204c9d10a44f35e17 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 11:18:48 -0500 Subject: [PATCH] workflow: indent paths --- .forgejo/workflows/lint.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index c20dca6..d6371d6 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -6,9 +6,8 @@ on: # yamllint disable-line rule:truthy push: branches: - master - paths: - - '**/*.yml' - - '.forgejo/workflows/*' # ansible-lint gives a pass w/ yamllint + paths: + - '**/*.yml' schedule: - cron: "20 4 * * 0"