Skip to content

ci: bump ansible/ansible-lint from 24 to 25 #4

ci: bump ansible/ansible-lint from 24 to 25

ci: bump ansible/ansible-lint from 24 to 25 #4

Workflow file for this run

---
name: codespell
on: # yamllint disable-line rule:truthy
push:
branches:
- main
- master
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run codespell
uses: codespell-project/actions-codespell@v2