fix github build

This commit is contained in:
flux
2022-08-22 12:38:53 -07:00
parent 5ae6dfeb34
commit e70423fa6d

View File

@ -18,5 +18,8 @@ jobs:
- name: install luacheck via luarocks - name: install luacheck via luarocks
run: luarocks install --local luacheck run: luarocks install --local luacheck
- name: add luacheck path
run: echo "$HOME/.luarocks/bin" >> $GITHUB_PATH
- name: Run pre-commit - name: Run pre-commit
run: pre-commit run --all-files run: pre-commit run --all-files