From c592c0caf13d99bec2585a4d4cf0589ef4e02beb Mon Sep 17 00:00:00 2001 From: Tobias Huste Date: Thu, 16 May 2024 12:58:49 +0200 Subject: [PATCH] Always run ansible-lint in GitHub Actions --- .github/workflows/lint.yml | 10 +--------- .github/workflows/reuse-compliance.yml | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b19b626..2e542e3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,16 +7,8 @@ name: "Ansible Lint" on: - pull_request: - paths: - - 'roles/**' push: - branches: - - "main" - tags: - - "v*.*.*" - paths: - - 'roles/**' + pull_request: env: PY_COLORS: 1 diff --git a/.github/workflows/reuse-compliance.yml b/.github/workflows/reuse-compliance.yml index a0e38d1..b939a1f 100644 --- a/.github/workflows/reuse-compliance.yml +++ b/.github/workflows/reuse-compliance.yml @@ -4,7 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 --- -name: "Check compliance with the RUSE specification" +name: "Check compliance with the REUSE specification" on: push: