Skip to content

Declare and enforce the MIT license #131

Declare and enforce the MIT license

Declare and enforce the MIT license #131

Workflow file for this run

name: Product gate
on:
pull_request:
permissions:
contents: read
jobs:
product-gate:
name: Product gate (Node 24.20.0)
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Set up pnpm
uses: pnpm/action-setup@v4
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: '24.20.0'
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- name: Install lockfile dependencies
run: pnpm install --frozen-lockfile
- name: Run product gate
run: pnpm run check