Skip to content

Change repository links from microsoft to data-privacy-stack #12

Change repository links from microsoft to data-privacy-stack

Change repository links from microsoft to data-privacy-stack #12

Workflow file for this run

name: CI
on:
pull_request:
push:
branches-ignore: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
# version is read from the "packageManager" field in package.json
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build with Astro
run: pnpm build