diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7422053..d27e349 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,11 +29,7 @@ jobs: uses: actions/checkout@v4 - name: Run stylua - uses: JohnnyMorganz/stylua-action@v4.0.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - version: latest - args: --check . + run: npx @johnnymorganz/stylua-bin --check . cargo-format: name: Cargo Format