diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 427ad0e..e456681 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -57,7 +57,7 @@ jobs: id: update-licenses run: licensed cache - # Commit the updated licenses to the repository. + # Then, commit the updated licenses to the repository. - if: ${{ github.event_name == 'workflow_dispatch' }} name: Commit Licenses id: commit-licenses @@ -68,6 +68,7 @@ jobs: git commit -m "Auto-update license files" git push + # Last, check the status of the cached licenses. - name: Check Licenses id: check-licenses run: licensed status diff --git a/.prettierignore b/.prettierignore index 60707ac..c6ad5ad 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,5 @@ .DS_Store +.licenses/ dist/ node_modules/ coverage/