-
Notifications
You must be signed in to change notification settings - Fork 240
38 lines (32 loc) · 861 Bytes
/
skill-eval.yml
File metadata and controls
38 lines (32 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Skill Evaluations
on:
push:
branches: [main]
paths:
- '.github/skills/**'
- 'eng/skill-eval/**'
- '.github/workflows/skill-eval.yml'
pull_request:
paths:
- '.github/skills/**'
- 'eng/skill-eval/**'
- '.github/workflows/skill-eval.yml'
workflow_dispatch:
permissions:
contents: read
jobs:
check-skills:
name: Skill Compliance Check (Vally lint)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'npm'
cache-dependency-path: eng/skill-eval/package-lock.json
- name: Install Vally CLI (pinned via lockfile)
working-directory: eng/skill-eval
run: npm ci
- name: Lint skills
run: ./eng/skill-eval/node_modules/.bin/vally lint .