6
0
workflows/.gitea/workflows/lua.yaml

17 lines
296 B
YAML

name: Lua Project
on:
workflow_call:
inputs:
secrets:
jobs:
Static-Analysis:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Luacheck linter
uses: https://github.com/lunarmodules/luacheck@v1.1.1