Skip to content

Bump privacy-test-pages from 1.2.1 to 1.2.2 #972

Bump privacy-test-pages from 1.2.1 to 1.2.2

Bump privacy-test-pages from 1.2.1 to 1.2.2 #972

Workflow file for this run

name: Privacy Grade
on:
push:
branches:
- develop
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Lint
run: |
npm ci
npm run lint --workspace=packages/privacy-grade
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Test
run: |
npm ci
npm test --workspace=packages/privacy-grade