ci: run stylua via npx rather than via action #2

Closed
AdeAttwood wants to merge 2 commits from adeattwood/stylua-action into 0.x
Showing only changes of commit e82227c427 - Show all commits

View file

@ -29,11 +29,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Run stylua - name: Run stylua
uses: JohnnyMorganz/stylua-action@v4.0.0 run: npx @johnnymorganz/stylua-bin --check .
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .
cargo-format: cargo-format:
name: Cargo Format name: Cargo Format