Skip to content

chore(deps-dev): bump typescript-eslint from 8.47.0 to 8.54.0 #357

chore(deps-dev): bump typescript-eslint from 8.47.0 to 8.54.0

chore(deps-dev): bump typescript-eslint from 8.47.0 to 8.54.0 #357

Workflow file for this run

name: changelog-validate
on:
pull_request:
branches:
- "**"
push:
branches: [develop]
paths:
- 'CHANGELOG.md'
workflow_call:
secrets:
GITHUB_TOKEN:

Check failure on line 12 in .github/workflows/changelog.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/changelog.yml

Invalid workflow file

secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
required: false
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Validate changelog schema
run: |
node scripts/agents/includes/changelogUtils.cjs --validate CHANGELOG.md
node scripts/validation/validate-changelog.cjs CHANGELOG.md