- remove pr-collector module

(explore if used by gets fixed by it)
This commit is contained in:
Mike Penz
2023-08-31 12:07:40 +00:00
committed by GitHub
parent af326da47f
commit 144cd931d3
6 changed files with 1 additions and 2720 deletions
+1 -13
View File
@@ -21,21 +21,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install NPM
run: |
cd pr-collector
npm install
cd ..
npm install
- name: Run NPM
run: |
cd pr-collector
npm run all
cd ..
npm run all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}