Skip to content

Merge branch 'main' into 2/create-ci-workflow #5

Merge branch 'main' into 2/create-ci-workflow

Merge branch 'main' into 2/create-ci-workflow #5

Workflow file for this run

name: Format
on:
pull_request: [ main, 2024-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"