Skip to content

[EAUX-1241] Kong Pongo Update #9

[EAUX-1241] Kong Pongo Update

[EAUX-1241] Kong Pongo Update #9

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