Skip to content

Fix AI homepage tooltip and add AI gateways collection #161

Fix AI homepage tooltip and add AI gateways collection

Fix AI homepage tooltip and add AI gateways collection #161

name: Verify Collection Configs
on:
pull_request:
paths:
- 'configs/collections/**'
push:
branches: [main]
paths:
- 'configs/collections/**'
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Verify Collection Configs
run: node scripts/verify-collection.mjs --fix-suggestions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}