Skip to content

Add workflow to determine API changes and comment on PRs #10

Add workflow to determine API changes and comment on PRs

Add workflow to determine API changes and comment on PRs #10

Workflow file for this run

name: Validate Spec
on:
push:
branches: ['**']
paths:
- 'spec/**'
- 'tools/src/linter/**'
pull_request:
branches: ['**']
paths:
- 'spec/**'
- 'tools/src/linter/**'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.10.0
- run: npm install
- run: |
npm run lint:spec -- --source ./spec