awesome-neovim/.github/workflows/lint.yml
Thomas Versteeg 3ddde91c14
Update lint.yml
Following the instructions on the site: https://github.com/sindresorhus/awesome-lint
2021-05-27 09:14:31 +02:00

20 lines
360 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@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npx awesome-lint