Skip to content

Commit

Permalink
Merge pull request #24 from Robocubs:main
Browse files Browse the repository at this point in the history
Merge Main into Shooter-Commands
  • Loading branch information
danjburke12 authored Jan 27, 2024
2 parents d237174 + a6dab27 commit e63f250
Show file tree
Hide file tree
Showing 27 changed files with 2,114 additions and 195 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build

on:
push:
pull_request:
branches:
- main

jobs:
build:
name: Build
runs-on: ubuntu-22.04
container: wpilib/roborio-cross-ubuntu:2024-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Grant execute permission
run: chmod +x gradlew
- name: Check formatting
run: ./gradlew spotlessCheck
- name: Build and test
run: ./gradlew build
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2024.1.1"
id "edu.wpi.first.GradleRIO" version "2024.2.1"
id "com.diffplug.spotless" version "6.23.3"
id "com.peterabeles.gversion" version "1.10.2"
}
Expand Down
Loading

0 comments on commit e63f250

Please sign in to comment.