File tree Expand file tree Collapse file tree 4 files changed +23
-4
lines changed
Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1717skip_list:
1818 - fqcn-builtins
1919 - var-naming[no-role-prefix]
20- - sanity[cannot-ignore]
20+ - sanity[cannot-ignore] # wokeignore:rule=sanity
2121exclude_paths:
2222 - tests/roles/
2323 - .github/
Original file line number Diff line number Diff line change 4343 - name : Run ansible-test
4444 uses : ansible-community/ansible-test-gh-action@release/v1
4545 with :
46- testing-type : sanity
46+ testing-type : sanity # wokeignore:rule=sanity
4747 ansible-core-version : stable-2.17
4848 collection-src-directory : ${{ github.workspace }}/.tox/ansible_collections/${{ env.LSR_ROLE2COLL_NAMESPACE }}/${{ env.LSR_ROLE2COLL_NAME }}
Original file line number Diff line number Diff line change @@ -180,8 +180,7 @@ jobs:
180180 tf_scope : private
181181 api_key : ${{ secrets.TF_API_KEY_RH }}
182182 update_pull_request_status : false
183- tmt_hardware : ' { "memory": ">= ${{ needs.prepare_vars.outputs.memory }} MB" }'
184- tmt_plan_filter : " tag:general,timesync"
183+ tmt_hardware : ' { "memory": ">= ${{ needs.prepare_vars.outputs.memory }} MB" }' tmt_plan_filter: "tag:general,timesync"
185184
186185 - name : Set final commit status
187186 uses : myrotvorets/set-commit-status-action@master
Original file line number Diff line number Diff line change 1+ ---
2+ # yamllint disable rule:line-length
3+ name : Woke
4+ on : # yamllint disable-line rule:truthy
5+ - pull_request
6+ jobs :
7+ woke :
8+ name : Detect non-inclusive language
9+ runs-on : ubuntu-latest
10+ steps :
11+ - name : Checkout
12+ uses : actions/checkout@v4
13+
14+ - name : Run lsr-woke-action
15+ # Originally, uses: get-woke/woke-action@v0
16+ uses : linux-system-roles/lsr-woke-action@main
17+ with :
18+ woke-args : " -c https://raw.githubusercontent.com/linux-system-roles/tox-lsr/main/src/tox_lsr/config_files/woke.yml --count-only-error-for-failure"
19+ # Cause the check to fail on any broke rules
20+ fail-on-error : true
You can’t perform that action at this time.
0 commit comments