Skip to content

Stuff improved

Stuff improved #477

Workflow file for this run

name: Format
on:
pull_request:
types:
- synchronize
- opened
- reopened
jobs:
format:
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: Format robot code
run: ./gradlew spotlessCheck