Skip to content

Commit

Permalink
(Testing) adding assets src to workflow (#41578)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Heis <[email protected]>
  • Loading branch information
gracepark and heiskr authored Aug 28, 2023
1 parent b852933 commit 927da1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/orphaned-assets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
filesToRemove=`./src/assets/scripts/find-orphaned-assets.js`
[ -z "$filesToRemove" ] && exit 0
${filesToRemove} | xargs git rm
echo $filesToRemove | xargs git rm
git status
Expand Down
1 change: 1 addition & 0 deletions src/assets/scripts/find-orphaned-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ async function main(opts) {
'stylesheets',
'contributing',
'src',
'assets',
'.github/actions-scripts',
]

Expand Down

0 comments on commit 927da1e

Please sign in to comment.