Skip to content

fix: Override history to 7d in discovered items and windows_active #31

fix: Override history to 7d in discovered items and windows_active

fix: Override history to 7d in discovered items and windows_active #31

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