diff options
Diffstat (limited to '.github/workflows/stylua.yml')
| -rw-r--r-- | .github/workflows/stylua.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index 8fb28a28..e28130be 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -3,7 +3,7 @@ name: Stylua check on: push: branches: - - 'main' + - "main" pull_request: jobs: @@ -14,7 +14,7 @@ jobs: - name: Run Stylua check uses: JohnnyMorganz/stylua-action@1.0.0 with: - # token is needed because the action allegedly downloads binary from github releases - token: ${{ secrets.GITHUB_TOKEN }} - # CLI arguments - args: --check . + # token is needed because the action allegedly downloads binary from github releases + token: ${{ secrets.GITHUB_TOKEN }} + # CLI arguments + args: --check . |
