WIP: try and run with npx
Summary: Test Plan:
This commit is contained in:
parent
4449fd5b45
commit
50937a342f
1 changed files with 1 additions and 5 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue