awesome-neovim-vim/.github/workflows/lint.yml

21 lines
358 B
YAML
Raw Normal View History

name: Lint
on:
push:
2021-07-20 06:37:27 +00:00
branches: [main]
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