Skip to content

feat(proxy): add testing proxy setup for strapi testing environment #1701

feat(proxy): add testing proxy setup for strapi testing environment

feat(proxy): add testing proxy setup for strapi testing environment #1701

name: Check no dead code is introduced
on:
pull_request:
branches: main
types:
- opened
- edited
- synchronize
jobs:
yarn-ts-prune:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: yarn setup
- name: Dead code scan
run: ./scripts/check_dead_code_introduced.sh