diff options
author | Latif Sulistyo <[email protected]> | 2022-09-23 13:23:52 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-23 02:23:52 -0400 |
commit | da41d27da82b367eef7676cbb6200dcc7a586b30 (patch) | |
tree | bfbaada2d620a589a72fd7a3cbef9af6511fdb5f | |
parent | 817337b17efd99fa8cdd581b173eaab0122caf10 (diff) |
fix(ci): resolve stylua ci rare error (#3065)
-rw-r--r-- | .github/workflows/format.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index b63b89d7..52103a54 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - name: Lint with stylua - uses: JohnnyMorganz/[email protected] + uses: JohnnyMorganz/stylua-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} # CLI arguments |