Skip to content

Update Marketplace sections with function compatibility and supported marketplaces. Update links to point to new marketplace boilerplate #28

Update Marketplace sections with function compatibility and supported marketplaces. Update links to point to new marketplace boilerplate

Update Marketplace sections with function compatibility and supported marketplaces. Update links to point to new marketplace boilerplate #28

name: Test Broken Links
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run tests
run: pnpm test