use shared workflow

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
Martin Schurz 2023-04-16 22:49:53 +02:00
parent 7259d6b5fd
commit 93ddd4b45e

View file

@ -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