- 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
-7
View File
@@ -32,13 +32,6 @@ jobs:
with:
node-version: 16.x
- name: Build PR-Collector
run: |
cd pr-collector
npm ci
npm run build
npm run package
- name: Build Action
run: |
npm ci