Skip to content

add BigFix Server Plugin Services.bes #148

add BigFix Server Plugin Services.bes

add BigFix Server Plugin Services.bes #148

Workflow file for this run

---
name: besxmllint
on:
push:
paths:
- "**.bes"
- "**.ojo"
- ".github/workflows/besxmllint.yaml"
pull_request:
paths:
- "**.bes"
- "**.ojo"
- ".github/workflows/besxmllint.yaml"
jobs:
besxmllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install validate-bes-xml
run: pip install validate-bes-xml
- name: Lint BES XML files
run: python3 -m validate_bes_xml