Skip to content

Commit

Permalink
fix(ci): wrong version on typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jan 6, 2024
1 parent 30553a7 commit fb23d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: "deps/neodev.nvim"

- name: Type Check Code Base
uses: mrcjkb/lua-typecheck-action@v0.2
uses: mrcjkb/lua-typecheck-action@v0.2.1
with:
configpath: .github/workflows/.luarc.json
directories: |
Expand Down

0 comments on commit fb23d2e

Please sign in to comment.