awesome-neovim/.github/workflows/lint.yml
Thomas Versteeg 6971a5dc01
fix: CI lint
2023-06-16 07:01:50 +00:00

17 lines
279 B
YAML

name: Lint
on:
push:
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
- run: npx awesome-lint