diff options
author | Michael M. Chang <[email protected]> | 2022-02-06 13:33:02 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-06 13:33:02 -0500 |
commit | 2b9a93deb0191a15953110fcbbbb3327ed7c791f (patch) | |
tree | fcb00a44a542de5852537a638387f12e6970aa23 /.github | |
parent | d9dede65781f2b20228ff479e0ed85531552a88a (diff) | |
download | SponsorBlock-2b9a93deb0191a15953110fcbbbb3327ed7c791f.tar.gz SponsorBlock-2b9a93deb0191a15953110fcbbbb3327ed7c791f.zip |
npm ci to check node_modules
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update-oss-attribution.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/update-oss-attribution.yml b/.github/workflows/update-oss-attribution.yml index 4117aa4a..596502ef 100644 --- a/.github/workflows/update-oss-attribution.yml +++ b/.github/workflows/update-oss-attribution.yml @@ -18,6 +18,7 @@ jobs: node-version: '16' - name: Install and generate attribution run: | + npm ci npm i -g oss-attribution-generator generate-attribution mv ./oss-attribution/attribution.txt ./public/oss-attribution/attribution.txt @@ -29,4 +30,4 @@ jobs: author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> branch: ci/oss_attribution title: Update OSS Attribution - body: Automated OSS Attribution update
\ No newline at end of file + body: Automated OSS Attribution update |