Skip to content

Update ansible requirement from ~=9.6.0 to ~=10.2.0 #29

Update ansible requirement from ~=9.6.0 to ~=10.2.0

Update ansible requirement from ~=9.6.0 to ~=10.2.0 #29

Workflow file for this run

name: Check
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- name: Checkout the code
uses: actions/checkout@v4
- name: Check the YAML in .github and containers
run: |
docker run \
--rm \
--volume "$(pwd):/work" \
backplane/yamllint \
-f github \
.