We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1197e88 commit 34e60e7Copy full SHA for 34e60e7
.github/workflows/ci.yml
@@ -91,8 +91,14 @@ jobs:
91
examples/luvit/**/*.lua
92
examples/neovim/**/*.lua
93
examples/xmake/**/*.lua
94
+ # FIXME: these fail to parse on Windows
95
+ !examples/lua/testes/api.lua
96
+ !examples/lua/testes/calls.lua
97
+ !examples/lua/testes/db.lua
98
invalid-files: |-
99
examples/neovim/test/functional/fixtures/lua/syntax_error.lua
100
+ # FIXME: neovim/neovim#30882
101
+ examples/neovim/runtime/lua/vim/_meta/vimfn.lua
102
103
fuzz:
104
runs-on: ubuntu-latest
0 commit comments