added API linting workflow #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |