Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Merge pull request #27 from Tigerbotics7125/DAflamingFOX-patch-1 #52

Merge pull request #27 from Tigerbotics7125/DAflamingFOX-patch-1

Merge pull request #27 from Tigerbotics7125/DAflamingFOX-patch-1 #52

Workflow file for this run

name: Lint
on:
push:
workflow_dispatch:
jobs:
lint:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Setup JDK
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'adopt'
- name: Setup Gradle Wrapper
run: |
chmod +x gradlew
./gradlew clean
- name: Lint
run: ./gradlew spotlessApply
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: '[bot] Lint'