mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
use shared workflow
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
7259d6b5fd
commit
93ddd4b45e
1 changed files with 1 additions and 11 deletions
12
.github/workflows/codespell.yml
vendored
12
.github/workflows/codespell.yml
vendored
|
@ -9,14 +9,4 @@ on: # yamllint disable-line rule:truthy
|
|||
|
||||
jobs:
|
||||
ansible-lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Codespell
|
||||
# replace "master" with any valid ref
|
||||
uses: codespell-project/actions-codespell@v1
|
||||
with:
|
||||
check_filenames: true
|
||||
ignore_words_list: "chage"
|
||||
uses: dev-sec/.github/.github/workflows/codespell.yml@codespell
|
||||
|
|
Loading…
Reference in a new issue