Skip to content

Commit

Permalink
ci: tidy up files
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 committed Oct 12, 2024
1 parent 05bfce4 commit 602e07b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ jobs:
- uses: stevearc/nvim-typecheck-action@v2
with:
level: Warning
configpath: ".luarc.json"
9 changes: 8 additions & 1 deletion .luarc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"runtime": {
"version": "LuaJIT",
"pathStrict": true
},
"type": {
"checkTableShape": true
},
"diagnostics.globals": [
"describe",
"it",
"before_each",
"after_each",
"after_each"
]
}

0 comments on commit 602e07b

Please sign in to comment.