Skip to content

chore(release): publish structured-data eligibility proof #61

chore(release): publish structured-data eligibility proof

chore(release): publish structured-data eligibility proof #61

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install --ignore-scripts
- name: Typecheck
run: npm run typecheck
- name: Build
run: npm run build
- name: Structured Data Schema Conformance
run: npm run test:structured-data-conformance
- name: Test
run: npm run test