From 65eaf174d90485c566d71ec9b49365cb5bc494ba Mon Sep 17 00:00:00 2001 From: Kate Case Date: Wed, 3 May 2023 21:46:19 -0400 Subject: Add ansible-lint (#322) * Add ansible-lint * Fix some tasks * Ignore ignore_errors * Stop prettier and yamllint from fighting --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a25f48..7fcdf27 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,6 +11,8 @@ on: # yamllint disable-line rule:truthy workflow_dispatch: jobs: + ansible-lint: + uses: ansible-network/github_actions/.github/workflows/ansible-lint.yml@main changelog: uses: ansible-network/github_actions/.github/workflows/changelog.yml@main sanity: -- cgit v1.2.3