astronvim_config/.gitea/workflows/luacheck.yml
Jiří Štefka 458af12abf
Some checks failed
Luacheck / Luacheck (push) Failing after 4s
StyLua / StyLuacheck (push) Failing after 4s
fix(ci/cd): Move to full ubuntu image
2023-10-04 08:36:40 +02:00

11 lines
227 B
YAML

name: Luacheck
on: [push, pull_request]
jobs:
Luacheck:
runs-on: ubuntu-full-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Luacheck linter
uses: lunarmodules/luacheck@v1