File tree Expand file tree Collapse file tree 5 files changed +25
-22
lines changed
Expand file tree Collapse file tree 5 files changed +25
-22
lines changed Original file line number Diff line number Diff line change 1+ [codespell]
2+ # Ref: https://github.com/codespell-project/codespell#using-a-config-file
3+ skip = tests,artifacts*,pylintrc
4+ builtin = usage
5+ ignore-multiline-regex = codespell:ignore-begin.*codespell:ignore-end
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 # wokeignore:rule=sanity
46+ testing-type : 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 1+ # Codespell configuration is within .codespellrc
2+ ---
3+ name : Codespell
4+ on : # yamllint disable-line rule:truthy
5+ - pull_request
6+ permissions :
7+ contents : read
8+ jobs :
9+ codespell :
10+ name : Check for spelling errors
11+ runs-on : ubuntu-latest
12+ steps :
13+ - name : Checkout
14+ uses : actions/checkout@v4
15+ - name : Annotate locations with typos
16+ uses : codespell-project/codespell-problem-matcher@v1
17+ - name : Codespell
18+ uses : codespell-project/actions-codespell@v2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# linux-system-roles/network
22
3- [](https://github.com/linux-system-roles/network/actions/workflows/ansible-lint.yml) [](https://github.com/linux-system-roles/network/actions/workflows/ansible-test.yml) [](https://github.com/linux-system-roles/network/actions/workflows/codeql.yml) [](https://github.com/linux-system-roles/network/actions/workflows/integration.yml) [](https://github.com/linux-system-roles/network/actions/workflows/markdownlint.yml) [](https://github.com/linux-system-roles/network/actions/workflows/python-unit-test.yml) [](https://github.com/linux-system-roles/network/actions/workflows/shellcheck.yml) [](https://github.com/linux-system-roles/network/actions/workflows/tft.yml) [](https://github.com/linux-system-roles/network/actions/workflows/tft_citest_bad.yml) [](https://github.com/linux-system-roles/network/actions/workflows/woke.yml) [](https://coveralls.io/github/linux-system-roles/network) [](https://github.com/ambv/black) [](https://lgtm.com/projects/g/linux-system-roles/network/context:python)
3+ [](https://github.com/linux-system-roles/network/actions/workflows/ansible-lint.yml) [](https://github.com/linux-system-roles/network/actions/workflows/ansible-test.yml) [](https://github.com/linux-system-roles/network/actions/workflows/codeql.yml) [](https://github.com/linux-system-roles/network/actions/workflows/codespell.yml) [](https://github.com/linux-system-roles/network/actions/workflows/integration.yml) [](https://github.com/linux-system-roles/network/actions/workflows/markdownlint.yml) [](https://github.com/linux-system-roles/network/actions/workflows/python-unit-test.yml) [](https://github.com/linux-system-roles/network/actions/workflows/shellcheck.yml) [](https://github.com/linux-system-roles/network/actions/workflows/tft.yml) [](https://github.com/linux-system-roles/network/actions/workflows/tft_citest_bad.yml) [](https://coveralls.io/github/linux-system-roles/network) [](https://github.com/ambv/black) [](https://lgtm.com/projects/g/linux-system-roles/network/context:python)
44
55## Overview
66
You can’t perform that action at this time.
0 commit comments