Skip to content

Implement overlay plugin and marching ants #17

Implement overlay plugin and marching ants

Implement overlay plugin and marching ants #17

Workflow file for this run

name: Formatting Check
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .