Skip to content

Update format.yml

Update format.yml #2

Workflow file for this run

name: Google Format
on: [push, workflow_dispatch]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3.6.0
with:
args: "--skip-sorting-imports --replace"