Skip to content

chore(deps): bump actions/checkout from 2.4.0 to 4.1.7 #107

chore(deps): bump actions/checkout from 2.4.0 to 4.1.7

chore(deps): bump actions/checkout from 2.4.0 to 4.1.7 #107

Workflow file for this run

name: Code Lint
on:
pull_request:
branches: [master, 'release/**']
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4.1.7
- 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