Skip to content

feat: add possibility to set default run args #289

feat: add possibility to set default run args

feat: add possibility to set default run args #289

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 .