Skip to content

pin Ansible to always let Renovate update to the most current version in our tests #190

pin Ansible to always let Renovate update to the most current version in our tests

pin Ansible to always let Renovate update to the most current version in our tests #190

Workflow file for this run

---
name: Codespell - Spellcheck
on: # yamllint disable-line rule:truthy
push:
branches: [master]
pull_request:
branches: [master]
jobs:
codespell:
uses: "dev-sec/.github/.github/workflows/codespell.yml@main"
with:
ignore_words_list: "chage"