-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch to arm runner * Remove yamllint, yamllint is included in ansiblelint
- Loading branch information
1 parent
eb23c76
commit ba17f20
Showing
2 changed files
with
3 additions
and
6 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 |
---|---|---|
|
@@ -14,20 +14,17 @@ defaults: | |
jobs: | ||
lint: | ||
name: Run yaml-lint and ansible-lint | ||
runs-on: ubuntu-24.04 | ||
runs-on: ubuntu-24.04-arm | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Run yaml-lint | ||
uses: ibiqlik/[email protected] | ||
|
||
- name: Run ansible-lint | ||
uses: ansible/[email protected] | ||
|
||
molecule: | ||
name: Molecule Test | ||
runs-on: ubuntu-24.04 | ||
runs-on: ubuntu-24.04-arm | ||
strategy: | ||
matrix: | ||
include: | ||
|
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