Skip to content

chore: add PR dependency checklist workflow #52

chore: add PR dependency checklist workflow

chore: add PR dependency checklist workflow #52

Workflow file for this run

name: run-coverage
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
lint-and-test:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
cache: true
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- run: pnpm install --frozen-lockfile
- run: pnpm run package
- uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: test/_stubs/coverage-summary-100-pct.json
title: Test Coverage