Skip to content

Remove redundant check #18

Remove redundant check

Remove redundant check #18

Workflow file for this run

name: Check style
on:
pull_request:
branches: [master]
jobs:
code_style:
name: Code Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: 0.20.0
args: --color always --check .