Skip to content

Commit

Permalink
fix(ci): take new compiled files into account for reuse check
Browse files Browse the repository at this point in the history
Reuse respects the gitignore file.
Add newly compiled files to js and css folders explicitely
so they will be taken into account.

Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Dec 19, 2024
1 parent 702ef89 commit 0166f07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@ jobs:
npm ci
npm run build --if-present
- name: Add changed files to git so they are checked
run: |
git add --force js/ css/
- name: REUSE Compliance Check
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0

0 comments on commit 0166f07

Please sign in to comment.