Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Setup Kong

Setup Kong #3

Workflow file for this run

name: Lint
concurrency:
group: ${{ github.workflow }} ${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
pull_request: {}
push:
branches:
- main
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: LuaCheck linter
uses: lunarmodules/luacheck@master