Skip to content

rules.conf generaion updated #17

rules.conf generaion updated

rules.conf generaion updated #17

name: USBGuard Configuration
on: [push, pull_request]
jobs:
configure-usbguard:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Configure USBGuard
run: |
pip install -r requirements.txt
python BackEnd/readtoml.py
python tests/test_config.py