mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-01-08 17:49:57 +01:00
Update build_check.yml
This commit is contained in:
parent
ff25ad4696
commit
79f71a422d
6
.github/workflows/build_check.yml
vendored
6
.github/workflows/build_check.yml
vendored
|
|
@ -1,9 +1,9 @@
|
|||
name: Build check and build
|
||||
name: push pull checks
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
PlatformIO-Check:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Run PlatformIO Check
|
||||
run: platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high
|
||||
|
||||
PlatformIO-Build:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue