Skip to content

Merge branch 'champs' of https://github.com/team4909/2024-Crescendo i… #239

Merge branch 'champs' of https://github.com/team4909/2024-Crescendo i…

Merge branch 'champs' of https://github.com/team4909/2024-Crescendo i… #239

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
container: wpilib/roborio-cross-ubuntu:2024-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Grant execute permission
run: chmod +x gradlew
- name: Check formatting
run: ./gradlew spotlessCheck
- name: Build robot code
run: ./gradlew build