Merge branch 'fix/simplenet-pvs' of https://github.com/photonle/Photo… #481
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Library Checks | |
on: | |
push: | |
paths-ignore: | |
- 'docs/**' | |
jobs: | |
sirens: | |
runs-on: ubuntu-latest | |
steps: | |
- | |
name: Checkout | |
uses: actions/checkout@v1 | |
- | |
name: Install Lua | |
uses: leafo/[email protected] | |
with: | |
luaVersion: "5.2" | |
- | |
name: Install Dependencies | |
uses: Legion2/[email protected] | |
with: | |
repository: photonle/linter-library | |
tag: 'v2.3.0' | |
- | |
name: Lint | |
run: | | |
cd linter-library-2.3.0 | |
lua sirenlint.lua ../lua/autorun/photon/library/sirens/* | |
components: | |
runs-on: ubuntu-latest | |
steps: | |
- | |
name: Checkout | |
uses: actions/checkout@v1 | |
- | |
name: Install Lua | |
uses: leafo/[email protected] | |
with: | |
luaVersion: "5.2" | |
- | |
name: Install Dependencies | |
uses: Legion2/[email protected] | |
with: | |
repository: photonle/linter-library | |
tag: 'v2.3.0' | |
- | |
name: Lint | |
run: | | |
cd linter-library-2.3.0 | |
lua componentlint.lua ../lua/autorun/photon/library/auto/* |