We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug This action fails when adding a license like Unicode-3.0 into the allowed_licenses section.
allowed_licenses
To Reproduce Steps to reproduce the behavior:
Expected behavior License is allowed and can be used.
Action version 4.5.0 (latest as of today)
The text was updated successfully, but these errors were encountered:
I used this primitive test to validate the solution:
import {expect, test} from '@jest/globals' import * as spdx from '../src/spdx' test('Unicode', async () => { expect(spdx.isValid('Unicode-3.0')).toEqual(true) })
Sorry, something went wrong.
chia-datalayer
Successfully merging a pull request may close this issue.
Describe the bug
This action fails when adding a license like Unicode-3.0 into the
allowed_licenses
section.To Reproduce
Steps to reproduce the behavior:
Expected behavior
License is allowed and can be used.
Action version
4.5.0 (latest as of today)
The text was updated successfully, but these errors were encountered: