Skip to content

Merge branch 'fix/simplenet-pvs' of https://github.com/photonle/Photo… #481

Merge branch 'fix/simplenet-pvs' of https://github.com/photonle/Photo…

Merge branch 'fix/simplenet-pvs' of https://github.com/photonle/Photo… #481

Workflow file for this run

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/*