diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 473f4272..6c666762 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,6 +39,8 @@ jobs: with: node-version: ${{ vars.DEFAULT_NODE_VERSION }} cache: 'pnpm' + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v4 - run: pnpm i --frozen-lockfile # - run: pnpm build # might be needed in the future - run: pnpm lint