Skip to content

chore(version) added Kong Enterprise version 2.8.4.2 artifacts #198

chore(version) added Kong Enterprise version 2.8.4.2 artifacts

chore(version) added Kong Enterprise version 2.8.4.2 artifacts #198

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:
name: Lint
runs-on: ubuntu-20.04
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Lint
run: make lint