mirror of
https://github.com/StyledStrike/musical-keyboard.git
synced 2025-03-04 03:13:36 -05:00
18 lines
292 B
YAML
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"
|