Skip to content

Rebase against latest upstream and patch to fix build workflow of zwave-adapter #1

Rebase against latest upstream and patch to fix build workflow of zwave-adapter

Rebase against latest upstream and patch to fix build workflow of zwave-adapter #1

Workflow file for this run

name: Test Config Files
on:
pull_request:
paths:
- 'config/**'
jobs:
ConfigTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install dependancies
run: sudo apt update && sudo apt-get install libxml2-utils libxml-simple-perl
- name: make xmltest
run: |
echo "::add-matcher::.github/XMLTestMatcher.json"
make xmltest