mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-04 03:03:01 -05:00
10 lines
174 B
YAML
10 lines
174 B
YAML
name: lint
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened, synchronize, reopened]
|
|
workflow_call:
|
|
|
|
jobs:
|
|
lua-lint:
|
|
uses: FPtje/GLuaFixer/.github/workflows/glualint.yml@master |