We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e91fe9d + c592c0c commit b8e5d22Copy full SHA for b8e5d22
.github/workflows/lint.yml
@@ -7,16 +7,8 @@
7
name: "Ansible Lint"
8
9
on:
10
- pull_request:
11
- paths:
12
- - 'roles/**'
13
push:
14
- branches:
15
- - "main"
16
- tags:
17
- - "v*.*.*"
18
19
+ pull_request:
20
21
env:
22
PY_COLORS: 1
.github/workflows/reuse-compliance.yml
@@ -4,7 +4,7 @@
4
# SPDX-License-Identifier: Apache-2.0
5
6
---
-name: "Check compliance with the RUSE specification"
+name: "Check compliance with the REUSE specification"
0 commit comments