Skip to content

update readme.md

update readme.md #679

Workflow file for this run

name: Format
on:
push:
branches:
- '**'
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"