Skip to content

chore(deps): bump radiorabe/actions from 0.20.6 to 0.20.8 #6

chore(deps): bump radiorabe/actions from 0.20.6 to 0.20.8

chore(deps): bump radiorabe/actions from 0.20.6 to 0.20.8 #6

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip install ansible
- run: ansible-playbook hack/plays/manage.yml
- run: git diff --exit-code