Skip to content

feat: relative to git root and relative to custom dir(#2) #1

feat: relative to git root and relative to custom dir(#2)

feat: relative to git root and relative to custom dir(#2) #1

Workflow file for this run

name: Style checking
on: [push, pull_request]
jobs:
stylua:
name: StyLua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint with stylua
uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .