Skip to content

Merge branch 'master' into RGP-localization #51

Merge branch 'master' into RGP-localization

Merge branch 'master' into RGP-localization #51

Workflow file for this run

name: Lint all src files
on:
push:
pull_request:
branches:
- "master"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Luacheck linter
uses: lunarmodules/luacheck@v1