-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove EPEL Modular This has been removed upstream: https://pagure.io/epel/issue/198 Signed-off-by: Lance Albertson <[email protected]> * Add support for Amazon Linux 2023 Signed-off-by: Lance Albertson <[email protected]> * Remove circleci files Signed-off-by: Lance Albertson <[email protected]> * Update actions/stale action to v8 * Update actions/checkout action to v3 * Properly fix EPEL version for Amazon Linux globally Signed-off-by: Lance Albertson <[email protected]> * Update README with EL9 Signed-off-by: Lance Albertson <[email protected]> * Update workflow and remove md-links Signed-off-by: Lance Albertson <[email protected]> * Updates Signed-off-by: Lance Albertson <[email protected]> * Add missing .markdownlint-cli2.yaml and fix README.md Signed-off-by: Lance Albertson <[email protected]> --------- Signed-off-by: Lance Albertson <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
88a88f3
commit eeda605
Showing
31 changed files
with
185 additions
and
289 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -9,7 +9,12 @@ name: ci | |
|
||
jobs: | ||
lint-unit: | ||
uses: sous-chefs/.github/.github/workflows/[email protected] | ||
uses: sous-chefs/.github/.github/workflows/[email protected] | ||
permissions: | ||
actions: write | ||
checks: write | ||
pull-requests: write | ||
statuses: write | ||
|
||
integration: | ||
needs: 'lint-unit' | ||
|
@@ -18,24 +23,28 @@ jobs: | |
matrix: | ||
os: | ||
- 'almalinux-8' | ||
- 'amazonlinux-2' | ||
- 'almalinux-9' | ||
- 'amazonlinux-2023' | ||
- 'centos-7' | ||
- 'centos-stream-8' | ||
- 'centos-stream-9' | ||
- 'oraclelinux-7' | ||
- 'oraclelinux-8' | ||
- 'oraclelinux-9' | ||
- 'rockylinux-8' | ||
- 'rockylinux-9' | ||
suite: | ||
- 'default' | ||
- 'all' | ||
fail-fast: false | ||
|
||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
- name: Install Chef | ||
uses: actionshub/chef-install@main | ||
uses: actionshub/chef-install@2.0.4 | ||
- name: Dokken | ||
uses: actionshub/test-kitchen@main | ||
uses: actionshub/test-kitchen@2.1.0 | ||
env: | ||
CHEF_LICENSE: accept-no-persist | ||
KITCHEN_LOCAL_YAML: kitchen.dokken.yml | ||
|
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
config: | ||
ul-indent: false # MD007 | ||
line-length: false # MD013 | ||
no-duplicate-heading: false # MD024 | ||
reference-links-images: false # MD052 |
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.