commit 6e84a46abcc01de11f52cdd3d13cc3ef2ce95e69
parent e0dff29adc7690bb693ff05ff8776d07e756d4f9
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date: Sun, 30 Oct 2022 11:08:59 +0100
ci(stylua): explicitly set the version to latest (#20869)
This will silence the warning about needing to pin the version in the
Summary Page.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -99,6 +99,7 @@ jobs:
uses: JohnnyMorganz/stylua-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
+ version: latest
args: --check runtime/
- if: "!cancelled()"