diff options
author | Ajay Ramachandran <[email protected]> | 2023-03-07 22:04:36 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-07 22:04:36 -0500 |
commit | 9550a66291b407837210e9c78747d517b88746fb (patch) | |
tree | c8d56ac3b8ecb72e3ff6aefecee95f2aa0612db0 /.github | |
parent | afe8d2a20cc6b58f9c399cba7a1c76198443b7c0 (diff) | |
parent | b310152f7f580252100c205d9ebc1da754dfd205 (diff) | |
download | SponsorBlock-9550a66291b407837210e9c78747d517b88746fb.tar.gz SponsorBlock-9550a66291b407837210e9c78747d517b88746fb.zip |
Merge pull request #1691 from mchangrh/prettify-ci
update CI to prettify oss-attribution
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update-oss-attribution.yml | 3 |
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 |