Skip to content

Update subscriptions.md #14

Update subscriptions.md

Update subscriptions.md #14

Workflow file for this run

name: check (website)
permissions:
contents: read
on:
pull_request:
branches:
- master
paths:
- website/**
jobs:
check:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: website
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install --immutable
- run: yarn lint
- run: yarn build