awesome-neovim/.github/workflows/lint.yml
Alejandro df6c40a1ad
Follow awesome guidelines (#98)
* Add Awesome Lint CI

* readme: updates
- fix `awesome lint` issues
- new design

* Add CONTRIBUTING.md

* readme: remove linter comment

* readme: comment awesome badge

* Add License

* Update LICENSE

Co-authored-by: Dave Lage <rockerboo@gmail.com>
2021-05-21 14:40:08 -04:00

18 lines
332 B
YAML

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