Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

feat: Add simulation support for drivetrain #49

feat: Add simulation support for drivetrain

feat: Add simulation support for drivetrain #49

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
spotless:
# The type of runner that the job will run on
runs-on: ubuntu-22.04
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- run: ./gradlew spotlessCheck