Skip to content

Commit

Permalink
refactor: remove peer dependencies check script (#9911)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl authored Dec 15, 2023
1 parent ab07e18 commit d63e99c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 113 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CAPI_KEY: ${{ secrets.CAPI_KEY }}

- name: Set up Node environment
uses: ./.github/actions/setup-node-env

- name: DCR peer dependencies tracker
run: |
deno run \
--allow-read \
--allow-net \
--allow-env=HOME,GITHUB_TOKEN \
--allow-run=yarn,npm \
scripts/deno/peer-dependencies.ts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99 changes: 0 additions & 99 deletions scripts/deno/peer-dependencies.ts

This file was deleted.

0 comments on commit d63e99c

Please sign in to comment.