Skip to content

Commit

Permalink
Merge pull request #221 from tobiashuste/run-lint-in-more-situations
Browse files Browse the repository at this point in the history
Always run ansible-lint in GitHub Actions
  • Loading branch information
Normo authored May 16, 2024
2 parents e91fe9d + c592c0c commit b8e5d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b8e5d22

Please sign in to comment.