elderscrolls-addon-achievem.../.gitea/workflows/linting.yaml

12 sor
283 B
YAML

2024-09-20 00:58:18 +00:00
name: Linting
run-name: ${{ gitea.actor }} is checking the LUA code 🚀
on: [push]
jobs:
Luacheck:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Luacheck linter
uses: lunarmodules/luacheck@v1