astronvim_config/.gitea/workflows/luacheck.yml
Workflow config file is invalid. Please check your config file: yaml: line 12: could not find expected ':'
Jiří Štefka a39b81f4b9
Some checks failed
StyLua / StyLuacheck (push) Failing after 3m6s
fix(cicd): move back to ubuntu-latest as full ubuntu is not needed
2023-10-04 08:46:28 +02:00

17 lines
312 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 -y install lua-check
- name: Luacheck linter
run: |
luacheck .