Skip to content

Made License notice instructions clearer in CONTRIBUTING.md #20

Made License notice instructions clearer in CONTRIBUTING.md

Made License notice instructions clearer in CONTRIBUTING.md #20

Workflow file for this run

name: Linting
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
luacheck:
runs-on: ubuntu-latest
container:
image: pipelinecomponents/luacheck:latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run LuaCheck
run: luacheck .