Skip to content

tst commit

tst commit #6835

Workflow file for this run

# yamllint disable rule:truthy
---
name: CI lint
# API Changes (godoc) and JIRA validation only apply to PRs.
# Branches are not important, supports chaining PRs.
on:
pull_request:
types: [opened, synchronize, reopened, labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
dep-guard:
uses: TykTechnologies/github-actions/.github/workflows/dependency-guard.yml@d3fa20888fa2878e877e22bb7702141217290e7c # main
permissions:
contents: read
godoc:
needs: [dep-guard]
if: ${{ !github.event.pull_request.draft }}
uses: TykTechnologies/github-actions/.github/workflows/godoc.yml@d3fa20888fa2878e877e22bb7702141217290e7c # main

Check failure on line 25 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / CI lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yml (Line: 25, Col: 11): Secret ORG_GH_TOKEN is required, but not provided while calling. .github/workflows/lint.yml (Line: 27, Col: 21): Invalid secret, PROBE_APP_ID is not defined in the referenced workflow.
secrets:
PROBE_APP_ID: ${{ secrets.PROBE_APP_ID }}
PROBE_APP_PRIVATE_KEY: ${{ secrets.PROBE_APP_PRIVATE_KEY }}
with:
go-version: stable