From 50937a342f48d599a806c286351b6616429a3964 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Tue, 3 Sep 2024 17:49:17 +0100 Subject: [PATCH] WIP: try and run with npx Summary: Test Plan: --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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