apisix/.github/workflows/code-lint.yml
dependabot[bot] 9abd12952d
chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#5262)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-18 17:46:02 +08:00

29 lines
535 B
YAML

name: Code Lint
on:
pull_request:
branches: [master]
paths-ignore:
- 'docs/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- name: Install
run: |
. ./ci/common.sh
export_or_prefix
export OPENRESTY_VERSION=default
./utils/linux-install-openresty.sh
./utils/linux-install-luarocks.sh
sudo luarocks install luacheck
- name: Script
run: |
. ./ci/common.sh
export_or_prefix
make lint