Skip to content

Commit

Permalink
fix: fix for license check
Browse files Browse the repository at this point in the history
  • Loading branch information
MH4GF committed Dec 23, 2024
1 parent 86105f2 commit 2871a94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/license-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
timeout-minutes: 10
env:
LICENSE_REPORT: frontend/docs/packages-license.md
LICENSE_REPORT: docs/packages-license.md
steps:
- name: Check if running in a fork
id: fork-check
Expand Down Expand Up @@ -51,11 +51,11 @@ jobs:
with:
path: |
.github/workflows/license-frontend.yml
frontend/config/dependency_decisions.yml
frontend/config/license_finder.yml
config/dependency_decisions.yml
config/license_finder.yml
package.json
pnpm-lock.yaml
key: license-frontend-${{ runner.os }}-${{ hashFiles('.github/workflows/license-frontend.yml', 'frontend/config/dependency_decisions.yml', 'frontend/config/license_finder.yml', 'package.json', 'pnpm-lock.yaml') }}
key: license-frontend-${{ runner.os }}-${{ hashFiles('.github/workflows/license-frontend.yml', 'config/dependency_decisions.yml', 'config/license_finder.yml', 'package.json', 'pnpm-lock.yaml') }}
- name: Determine if files changed
id: determine
run: |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2871a94

Please sign in to comment.