name: Compile run-name: ${{ github.actor }} is compiling on: [push] jobs: Compile: runs-on: ubuntu-latest steps: - name: Setup PlatformIO run: | apt update apt -y install platformio - uses: actions/checkout@v3 - run: cd ${{ github.workspace }} - run: pio run