Skip to content

added API linting workflow #24

added API linting workflow

added API linting workflow #24

Workflow file for this run

# Tyk Development Workflow -- execute validation, goverance and all platform engineering specific CICD requirements
# for Tyk developed assets such as APIs and Policies
name: Tyk Development Workflow
# Execute workflow on dev pull requests
on:
pull_request:
paths:
- 'dev/**'
jobs:
# Run linter and validation workflow
tyk-lint:
uses: ./.github/workflows/tyk-lint.yml
with:
environment: 'dev'