Delete .github/workflows/cli.yml #13
main.yml
on: push
deploy-to-github-pages
5m 21s
Annotations
11 warnings
deploy-to-github-pages:
StarDictNet/StarDictNet/DictZip.cs#L12
Non-nullable field 'DATA' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
deploy-to-github-pages:
StarDictNet/StarDictNet/DictZip.cs#L18
Non-nullable field 'SUBFIELDS' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
deploy-to-github-pages:
StarDictNet/StarDictNet/DictZip.cs#L31
Non-nullable field 'FNAME' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
deploy-to-github-pages:
StarDictNet/StarDictNet/DictZip.cs#L32
Non-nullable field 'FCOMMENT' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
deploy-to-github-pages:
StarDictNet/StarDictNet/Entry.cs#L5
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
StarDictNet/StarDictNet/Entry.cs#L6
Non-nullable property 'Alternatives' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
StarDictNet/StarDictNet/Entry.cs#L7
Non-nullable property 'Definition' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
StarDictNet/StarDictNet/IfoReader.cs#L50
Converting null literal or possible null value to non-nullable type.
|
deploy-to-github-pages:
StarDictNet/StarDictNet/OutputEntry.cs#L17
Non-nullable field 'headwordUTF8' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
deploy-to-github-pages:
StarDictNet/StarDictNet/OutputEntry.cs#L17
Non-nullable field 'definitionUTF8' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
deploy-to-github-pages
Unexpected input(s) 'GITHUB_TOKEN', valid inputs are ['ssh-key', 'token', 'branch', 'folder', 'target-folder', 'commit-message', 'clean', 'clean-exclude', 'dry-run', 'force', 'git-config-name', 'git-config-email', 'repository-name', 'tag', 'single-commit', 'silent']
|