Skip to content

added reset methods for each subsystem in autoHandler reset #9

added reset methods for each subsystem in autoHandler reset

added reset methods for each subsystem in autoHandler reset #9

Workflow file for this run

name: Checkstyle
on: push
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set up Checkstyle
run: sudo apt-get install -y checkstyle
- name: Run checkstyle
run: checkstyle -c checks.xml src/main/java/frc/robot