Skip to content

feat(version) added Kong Enterprise version 3.4.3.8 #498

feat(version) added Kong Enterprise version 3.4.3.8

feat(version) added Kong Enterprise version 3.4.3.8 #498

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:
- master
jobs:
lint:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
name: Lint
runs-on: ubuntu-20.04
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Lint
run: make lint