Skip to content

Update the URL of the vistor counter in footer. #40

Update the URL of the vistor counter in footer.

Update the URL of the vistor counter in footer. #40

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"