mirror of
https://github.com/shadowscion/Primitive.git
synced 2025-03-04 03:02:58 -05:00
12 lines
167 B
YAML
12 lines
167 B
YAML
name: GLuaTest Runner
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- 'lua/**'
|
|
pull_request:
|
|
|
|
jobs:
|
|
run-tests:
|
|
uses: CFC-Servers/GLuaTest/.github/workflows/run_tests.yml@main
|