1
0
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:
alexesprit 2020-12-30 21:53:20 +03:00
parent 75f9d650dc
commit 5f7f44a219

View File

@ -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