Skip to content

Fixes

Fixes #66

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v3
- name: Type Check Code Base
uses: mrcjkb/[email protected]
with:
checklevel: Warning
directories: |
mods
configpath: ".luarc.json"