From 4dc4cdf7e348a8f0f346e17eb5db7f45e7030b66 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Tue, 3 Sep 2024 17:50:51 +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