Rebase against latest upstream and patch to fix build workflow of zwave-adapter #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |