Fix/timestamp not at correct frequency #80
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PlatformIO Build | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- development | |
pull_request: | |
branches: | |
- development | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Set up Python | |
uses: actions/setup-python@v2 | |
- name: Fetch REM | |
uses: snickerbockers/submodules-init@v4 | |
- name: Run PlatformIO | |
uses: karniv00l/platformio-run-action@v1.1.1 | |
with: | |
verbose: true | |