Skip to content

Merge branch 'development' of https://github.com/awtybots/FRC-2024 in… #62

Merge branch 'development' of https://github.com/awtybots/FRC-2024 in…

Merge branch 'development' of https://github.com/awtybots/FRC-2024 in… #62

Workflow file for this run

name: Spotless
on: [push]
jobs:
spotless:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup java-17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
- name: Spotless check
run: ./gradlew spotlessCheck