mirror of
https://github.com/StyledStrike/gmod-custom-loadout.git
synced 2025-03-04 03:03:09 -05:00
GLuaLint workflow adjustments
This commit is contained in:
parent
c54caca3c0
commit
539220a81b
10
.github/workflows/glualint.yml
vendored
10
.github/workflows/glualint.yml
vendored
@ -1,10 +1,14 @@
|
||||
name: GLuaLint
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
branches: [ master ]
|
||||
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
# Allows running this workflow from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Lint:
|
||||
|
Loading…
Reference in New Issue
Block a user