mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
Create ConfigCheck.yml
This commit is contained in:
parent
58dc4472c5
commit
fe0980c5e1
1 changed files with 15 additions and 0 deletions
15
.github/workflows/ConfigCheck.yml
vendored
Normal file
15
.github/workflows/ConfigCheck.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: C/C++ CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: make xmltest
|
||||
run: make xmltest
|
||||
- name: make
|
||||
run: make
|
Loading…
Add table
Reference in a new issue