fix github build

This commit is contained in:
flux 2022-08-22 12:38:53 -07:00
parent 5ae6dfeb34
commit e70423fa6d
No known key found for this signature in database
GPG Key ID: 9333B27816848A15
1 changed files with 3 additions and 0 deletions

View File

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