-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow "yes" and "no" as truthy values, more English, more readable.
- Loading branch information
1 parent
19754ac
commit 25a4d76
Showing
5 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,5 @@ exclude_paths: | |
- .github | ||
- requirements.yml | ||
|
||
skip_list: | ||
- yaml[truthy] | ||
|
||
enable_list: | ||
- name[prefix] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- lint | ||
runs-on: ubuntu-20.04 | ||
strategy: | ||
fail-fast: false | ||
fail-fast: no | ||
matrix: | ||
config: | ||
- image: "alpine" | ||
|
@@ -60,10 +60,6 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
path: "${{ github.repository }}" | ||
# - name: disable apparmor for mysql | ||
# run: sudo ln -s /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/ | ||
# - name: parse apparmor for mysql | ||
# run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld | ||
- name: molecule | ||
uses: robertdebock/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters