Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 committed May 21, 2024
1 parent 69afd96 commit 4ccbdb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/.checkluarc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@
],
"Lua.workspace.library": [
"/github/workspace/deps/neodev.nvim/types/stable"
"${3rd}/busted/library"
"/github/workspace/deps/neodev.nvim/types/nightly"
],
"Lua.diagnostics.libraryFiles": "Disable",
"Lua.workspace.checkThirdParty": "Disable",
"diagnostics.globals": [
"describe",
"it",
]
}
12 changes: 7 additions & 5 deletions .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
name: lua_ls-typecheck

on:
pull_request: ~
push:
branches:
- '*'
- "main"
pull_request:
branches:
- "main"

jobs:
build:
Expand All @@ -13,10 +16,10 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout dependency neodev
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "folke/neodev.nvim"
path: "deps/neodev.nvim"
Expand All @@ -27,4 +30,3 @@ jobs:
configpath: .github/workflows/.checkluarc.json
directories: |
lua
tests

0 comments on commit 4ccbdb9

Please sign in to comment.