From 2533e2169ba1e04a9eec134f55a61eafb978a556 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 14:13:13 -0500 Subject: [PATCH] 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: