Default pid_odom_set is no longer forced to boomerang #626
Workflow file for this run
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: Build | |
on: | |
push: | |
branches: "**" | |
pull_request: | |
branches: "**" | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Run LemLib/pros-build | |
id: test | |
uses: LemLib/pros-build@v2.0.1 | |
- name: Upload Artifact | |
uses: actions/upload-artifact@v4 | |
with: | |
name: ${{ steps.test.outputs.name }} | |
path: ${{ github.workspace }}/template/* |