Skip to content

PROD payment api needs to be able to write to CODE SupporterProductData dynamo table for test users #75

PROD payment api needs to be able to write to CODE SupporterProductData dynamo table for test users

PROD payment api needs to be able to write to CODE SupporterProductData dynamo table for test users #75

Workflow file for this run

name: knip
on:
pull_request:
jobs:
knip:
name: detect unused exports
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
cache-dependency-path: support-frontend/yarn.lock
- name: Install
run: yarn
working-directory: support-frontend
- name: Knip check
run: yarn knip
working-directory: support-frontend