Skip to content

Commit

Permalink
ignore playground in lua + install prerequisite for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Halbronn committed May 22, 2024
1 parent b19dd03 commit 88be503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ repos:
hooks:
- id: stylua
- id: luacheck
exclude: ^data/playground/lua/

0 comments on commit 88be503

Please sign in to comment.