mirror of
https://github.com/vlang/awesome-v.git
synced 2023-08-10 21:13:23 +03:00
Use npx
to run awesome-lint
It makes no sense to install `awesome-lint` globally to run it once.
This commit is contained in:
parent
75f9d650dc
commit
5f7f44a219
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -13,5 +13,4 @@ jobs:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.13.1
|
||||
- run: npm install -g awesome-lint
|
||||
- run: awesome-lint README.md
|
||||
- run: npx awesome-lint README.md
|
||||
|
Loading…
Reference in New Issue
Block a user