aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMichael C <[email protected]>2023-03-07 21:55:48 -0500
committerMichael C <[email protected]>2023-03-07 21:55:48 -0500
commitb310152f7f580252100c205d9ebc1da754dfd205 (patch)
treec8d56ac3b8ecb72e3ff6aefecee95f2aa0612db0 /.github
parentafe8d2a20cc6b58f9c399cba7a1c76198443b7c0 (diff)
downloadSponsorBlock-b310152f7f580252100c205d9ebc1da754dfd205.tar.gz
SponsorBlock-b310152f7f580252100c205d9ebc1da754dfd205.zip
update CI to prettify oss-attribution
- also fix TS warnings in invidiousCI.ts
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-oss-attribution.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/update-oss-attribution.yml b/.github/workflows/update-oss-attribution.yml
index 6e64b859..5b2acc41 100644
--- a/.github/workflows/update-oss-attribution.yml
+++ b/.github/workflows/update-oss-attribution.yml
@@ -22,6 +22,9 @@ jobs:
npm i -g oss-attribution-generator
generate-attribution
mv ./oss-attribution/attribution.txt ./public/oss-attribution/attribution.txt
+ - name: Prettify attributions
+ run: |
+ cd ci && ts-node prettify.ts
- name: Create pull request to update list
uses: peter-evans/create-pull-request@b4d51739f96fca8047ad065eccef63442d8e99f7