Skip to content

Change vistor badge URL. #43

Change vistor badge URL.

Change vistor badge URL. #43

Workflow file for this run

name: Format
on:
push:
branches:
- master
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--skip-sorting-imports --replace"