Update build_check.yml

This commit is contained in:
Peter Buchegger 2021-03-13 00:19:33 +01:00 committed by GitHub
parent ff25ad4696
commit 79f71a422d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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