Skip to content

Made the windows decorated #7

Made the windows decorated

Made the windows decorated #7

Workflow file for this run

name: Java Formatter
on:
push:
branches: main
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--skip-sorting-imports --replace"
# Recommended if you use MacOS:
# github-token: ${{ secrets.GITHUB_TOKEN }}