Skip to content

Commit b8e5d22

Browse files
authored
Merge pull request #221 from tobiashuste/run-lint-in-more-situations
Always run ansible-lint in GitHub Actions
2 parents e91fe9d + c592c0c commit b8e5d22

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,8 @@
77
name: "Ansible Lint"
88

99
on:
10-
pull_request:
11-
paths:
12-
- 'roles/**'
1310
push:
14-
branches:
15-
- "main"
16-
tags:
17-
- "v*.*.*"
18-
paths:
19-
- 'roles/**'
11+
pull_request:
2012

2113
env:
2214
PY_COLORS: 1

.github/workflows/reuse-compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
---
7-
name: "Check compliance with the RUSE specification"
7+
name: "Check compliance with the REUSE specification"
88

99
on:
1010
push:

0 commit comments

Comments
 (0)