musical-keyboard/.github/workflows/glualint.yml
2022-11-19 23:45:06 -03:00

18 lines
292 B
YAML

name: GLuaLint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows running this workflow from the Actions tab
workflow_dispatch:
jobs:
Lint:
uses: FPtje/GLuaFixer/.github/workflows/glualint.yml@master
with:
config: "./glualint.json"