Skip to content

Commit a414049

Browse files
committed
ci: add check for missing filetypes
1 parent 8d15d97 commit a414049

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,14 @@ jobs:
5252
- name: make colors-check
5353
run: make colors-check
5454

55+
filetypes:
56+
runs-on: ubuntu-latest
57+
steps:
58+
- uses: actions/checkout@v3
59+
60+
- uses: rhysd/action-setup-vim@v1
61+
with:
62+
neovim: true
63+
64+
- name: make filetypes
65+
run: make filetypes

0 commit comments

Comments
 (0)