astronvim_config/.gitea/workflows/luacheck.yml
Jiří Štefka 936f405764
Some checks failed
Luacheck / Luacheck (push) Failing after 7s
StyLua / StyLuacheck (push) Successful in 7s
fix(cicd): manually setup actions as GH actions don't work on this image (#2)
Reviewed-on: #2
2023-10-04 08:57:36 +02:00

17 lines
314 B
YAML

name: Luacheck
on: [push, pull_request]
jobs:
Luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Luacheck
run: |
apt update && apt install lua-check -y
- name: Luacheck linter
run: |
luacheck .