Skip to content

Added multiple example FSMs #8

Added multiple example FSMs

Added multiple example FSMs #8

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