diff options
Diffstat (limited to '.github/workflows/stylua.yml')
| -rw-r--r-- | .github/workflows/stylua.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index b4498d93..8fb28a28 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -14,6 +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 . |
