Skip to content

feat(marketplace): add archon-idea-to-wo workflow (originally by @lamachine, #1647) #11

feat(marketplace): add archon-idea-to-wo workflow (originally by @lamachine, #1647)

feat(marketplace): add archon-idea-to-wo workflow (originally by @lamachine, #1647) #11

name: Marketplace Lint
on:
pull_request:
paths:
- 'packages/docs-web/src/data/marketplace.ts'
jobs:
lint:
name: Validate marketplace entries
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run marketplace lint
run: bun packages/docs-web/scripts/lint-marketplace.ts