1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00
awesome-v/.github/workflows/lint.yml
alexesprit 5f7f44a219 Use npx to run awesome-lint
It makes no sense to install `awesome-lint` globally to run it once.
2020-12-30 21:53:20 +03:00

17 lines
338 B
YAML

name: Lint
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize]
jobs:
test:
name: Run awesome linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.13.1
- run: npx awesome-lint README.md