Skip to content

Add task.verify, dynamic Stripe keys, and capability warnings #14

Add task.verify, dynamic Stripe keys, and capability warnings

Add task.verify, dynamic Stripe keys, and capability warnings #14

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
concurrency:
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: '22'
cache: npm
- run: npm ci
- run: npm run lint
- run: npm test