Skip to content

Commit

Permalink
feat: delete diff script
Browse files Browse the repository at this point in the history
  • Loading branch information
xlecunff-pass committed Feb 10, 2025
1 parent f696151 commit 10b87ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_on_push_workflow_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
GCP_EHP_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.GCP_EHP_WORKLOAD_IDENTITY_PROVIDER }}
yarn-ts-prune:
needs: yarn-install
uses: ./.github/workflows/dev_on_workflow_ts_prune.yml
uses: ./.github/workflows/dev_on_workflow_check_deadcode.yml
with:
CACHE_BUCKET_NAME: passculture-infra-prod-github-runner-cache
secrets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
restore-keys: |
v1-yarn-dependency-cache-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: Run script for dead code check
run: ./scripts/check_dead_code_introduced.sh
run: yarn test:deadcode
46 changes: 0 additions & 46 deletions scripts/check_dead_code_introduced.sh

This file was deleted.

0 comments on commit 10b87ec

Please sign in to comment.