Skip to content

Commit

Permalink
Update lua-typecheck-action to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veger committed Oct 22, 2024
1 parent 01c74ad commit 3f20d91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install lua5.2
run: sudo apt-get install lua5.2

- name: lint
uses: mrcjkb/lua-typecheck-action@v0.2.0
uses: mrcjkb/lua-typecheck-action@v1.0.0
with:
checkLevel: Error
configpath: ".luarc.json"
configPath: ".luarc.json"

- name: unit test
run: lua test-suite.lua -v
Expand Down

0 comments on commit 3f20d91

Please sign in to comment.