mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-01-10 18:50:00 +01:00
fixing github action warning
This commit is contained in:
parent
951e2de074
commit
455b6276ae
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
steps:
|
||||
- run: sudo apt-get install python3-setuptools python3-wheel
|
||||
- run: pip3 install platformio
|
||||
- run: echo "::add-path::~/.local/bin"
|
||||
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
- uses: actions/checkout@v2
|
||||
- run: platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high --skip-packages --flags "--suppress=*:*.pio\* --inline-suppr" -v
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
steps:
|
||||
- run: sudo apt-get install python3-setuptools python3-wheel
|
||||
- run: pip3 install platformio
|
||||
- run: echo "::add-path::~/.local/bin"
|
||||
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
- uses: actions/checkout@v2
|
||||
- run: platformio run
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue