Skip to content

Workflow SHA pinning #45

Workflow SHA pinning

Workflow SHA pinning #45

Workflow file for this run

name: ci
on:
pull_request: {}
push:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-22.04', 'ubuntu-24.04']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- run: ansible --version
- run: ansible-playbook --syntax-check ./tests/test.yml -i ./tests/hosts
- run: ./tests/run