Skip to content

Prioritize local errorformat #23

Prioritize local errorformat

Prioritize local errorformat #23

Workflow file for this run

name: Format
on:
- push
- pull_request
jobs:
format:
name: Stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: JohnnyMorganz/stylua-action@1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --check .