mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2024-12-28 21:19:16 -06:00
ci: add Lint
stage
This commit is contained in:
parent
ca8539e5ef
commit
76aec98de7
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -9,5 +9,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run tests
|
||||
- name: Run Lint
|
||||
run: make lint
|
||||
|
||||
- name: Run Tests
|
||||
run: make test
|
||||
|
Loading…
Reference in New Issue
Block a user