diff options
| author | kylo252 <59826753+kylo252@users.noreply.github.com> | 2021-10-18 14:04:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-18 14:04:54 +0200 |
| commit | c87e2fec9f54a438ddfd50642426a2dd628de180 (patch) | |
| tree | 3970936cb1227ccfde5a809f3e6fdb30d5a1aa3e /.github/workflows/stylua.yml | |
| parent | sort :LspInstall, :LspUninstall completion items (diff) | |
| download | mason-c87e2fec9f54a438ddfd50642426a2dd628de180.tar mason-c87e2fec9f54a438ddfd50642426a2dd628de180.tar.gz mason-c87e2fec9f54a438ddfd50642426a2dd628de180.tar.bz2 mason-c87e2fec9f54a438ddfd50642426a2dd628de180.tar.lz mason-c87e2fec9f54a438ddfd50642426a2dd628de180.tar.xz mason-c87e2fec9f54a438ddfd50642426a2dd628de180.tar.zst mason-c87e2fec9f54a438ddfd50642426a2dd628de180.zip | |
feat: autogen metadata table(s) (#159)
Co-authored-by: William Boman <william@redwill.se>
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 . |
