Skip to content

feat: cookie-consent as the first engine plugin (new 'plugin' canonic… #27

feat: cookie-consent as the first engine plugin (new 'plugin' canonic…

feat: cookie-consent as the first engine plugin (new 'plugin' canonic… #27

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm -r --if-present typecheck
- run: pnpm -r test
- run: pnpm --filter @ogs-tech/press-cli gen:versions --check
- run: pnpm pack:check