Skip to content

Ran spotless apply

Ran spotless apply #2

Workflow file for this run

name: Format
on:
pull_request: [ main, 2023-beta ]
jobs:
formatting:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--skip-sorting-imports --replace"