Skip to content

Merge branch '2024-beta' into 28/port-led-subsystem #56

Merge branch '2024-beta' into 28/port-led-subsystem

Merge branch '2024-beta' into 28/port-led-subsystem #56

Workflow file for this run

name: Format
on:
pull_request:
branches:
- 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

Check failure on line 16 in .github/workflows/format.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/format.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/setup-java@v2
with:
java-version: 17
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--skip-sorting-imports --replace"