-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ignore playground in lua + install prerequisite for CI
- Loading branch information
Cedric Halbronn
committed
May 22, 2024
1 parent
b19dd03
commit 88be503
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ jobs: | |
with: | ||
node-version-file: .nvmrc | ||
cache: pnpm | ||
- uses: lunarmodules/luacheck@v1 | ||
- run: pnpm --color install | ||
- uses: pre-commit/[email protected] | ||
- uses: pre-commit-ci/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,3 +86,4 @@ repos: | |
hooks: | ||
- id: stylua | ||
- id: luacheck | ||
exclude: ^data/playground/lua/ |