From 9c5dc4e46f66d5bf9c00c15c77ef654544ebf389 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 14:12:53 -0500 Subject: [PATCH 1/2] workflow: lint, prefix 'ansible-' --- .github/workflows/{lint.yml => ansible-lint.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{lint.yml => ansible-lint.yml} (100%) diff --git a/.github/workflows/lint.yml b/.github/workflows/ansible-lint.yml similarity index 100% rename from .github/workflows/lint.yml rename to .github/workflows/ansible-lint.yml From 2533e2169ba1e04a9eec134f55a61eafb978a556 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 14:13:13 -0500 Subject: [PATCH 2/2] workflow: rename lint job --- .github/workflows/ansible-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index ece644d..34efa50 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -1,5 +1,5 @@ --- -name: lint +name: ansible-lint on: # yamllint disable-line rule:truthy pull_request: @@ -12,7 +12,7 @@ on: # yamllint disable-line rule:truthy - cron: "0 0 * * 0" # weekly, test against potentially-new ansible jobs: - test: + ansible-lint: runs-on: ubuntu-24.04 # actually 'ghcr.io/catthehacker/ubuntu:runner-24.04', tagged on runner steps: