Skip to content

Commit 3f20d91

Browse files
committed
Update lua-typecheck-action to v1.0.0
1 parent 01c74ad commit 3f20d91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

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

1818
- name: lint
19-
uses: mrcjkb/lua-typecheck-action@v0.2.0
19+
uses: mrcjkb/lua-typecheck-action@v1.0.0
2020
with:
2121
checkLevel: Error
22-
configpath: ".luarc.json"
22+
configPath: ".luarc.json"
2323

2424
- name: unit test
2525
run: lua test-suite.lua -v

0 commit comments

Comments
 (0)