mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-04 22:18:58 +00:00
add version check
This commit is contained in:
parent
72fe5527f5
commit
d6388ccc32
2 changed files with 46 additions and 0 deletions
11
.github/workflows/build_check.yml
vendored
11
.github/workflows/build_check.yml
vendored
|
|
@ -3,6 +3,17 @@ name: Integreation Tests
|
|||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
version_check:
|
||||
name: Version Check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
- name: check version
|
||||
run: ./scripts/check_version.py
|
||||
|
||||
build:
|
||||
name: Compile Firmware
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue