Skip to content

fix(ssl): add const to ngx_lua_kong_ssl_x509_copy argument #920

fix(ssl): add const to ngx_lua_kong_ssl_x509_copy argument

fix(ssl): add const to ngx_lua_kong_ssl_x509_copy argument #920

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
tests:
name: Lint
runs-on: ubuntu-20.04
steps:
- name: Checkout source code
uses: actions/checkout@v2
- uses: Jayrgo/luacheck-action@v1
name: luacheck
with:
# List of files, directories and rockspecs to check.
# Default: .
files: 'lualib'
# Path to configuration file.
# Default: .luacheckrc
config: '.luacheckrc'
# Arguments passed to luacheck.
# Default: -q
args: '-q'