Skip to content

can directly specify the path of sdk #258

can directly specify the path of sdk

can directly specify the path of sdk #258

Workflow file for this run

name: contributing
on: [ pull_request ]
jobs:
stylua:
name: Check codestyle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --color always --check .