Better dynamic state pt2 - remove seperate wheel intake settings #57
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: FRC Build & Test | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2-beta | |
- name: FRC Build & Test | |
uses: ewpratten/FRC-actions@v1 | |
with: | |
build_mode: 'build' |