Skip to content

Merge branch 'main' of https://github.com/FRC5190/2024CompetitionSeas… #47

Merge branch 'main' of https://github.com/FRC5190/2024CompetitionSeas…

Merge branch 'main' of https://github.com/FRC5190/2024CompetitionSeas… #47

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
run: ./gradlew build