diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2022-09-27 21:25:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-27 21:25:57 +0200 |
| commit | d4204618dddf1628e7a19ad4a7b910864d1120a5 (patch) | |
| tree | 7adfa3454bbc35a0ee53d19cf4367932651ce083 | |
| parent | 2428953db3d6b239cc2cb75f7a09ad01ab7d2359 (diff) | |
fix: stylua ci (#2177)
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 885b4cc..a97eaad 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - - uses: JohnnyMorganz/stylua-action@1.0.0 + - uses: JohnnyMorganz/stylua-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} # CLI arguments |
