The check-license workflow just failed because a pnpm lockfile was missing a license.
Lockfiles are tool-generated (and meant to be regenerated), so it's very likely that this file (or a similar one) will end up failing the check again.
Configure the check-license workflow so it doesn't look at lockfiles.
The
check-licenseworkflow just failed because a pnpm lockfile was missing a license.Lockfiles are tool-generated (and meant to be regenerated), so it's very likely that this file (or a similar one) will end up failing the check again.
Configure the
check-licenseworkflow so it doesn't look at lockfiles.