Skip to content

feat(templates): Add Netgear GS network device template #26

feat(templates): Add Netgear GS network device template

feat(templates): Add Netgear GS network device template #26

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