Skip to content

fix: trim nil value (#3) #2

fix: trim nil value (#3)

fix: trim nil value (#3) #2

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 .