Deploy to GitHub Pages #25
deploy.yml
on: workflow_dispatch
deploy-to-github-pages
3m 6s
Annotations
10 warnings
deploy-to-github-pages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
deploy-to-github-pages:
src/Ursa/Controls/Marquee/Marquee.cs#L176
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Ursa.Controls.Direction)4' is not covered.
|
deploy-to-github-pages:
src/Ursa/Controls/Marquee/Marquee.cs#L181
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Ursa.Controls.Direction)4' is not covered.
|
deploy-to-github-pages:
src/Ursa/Controls/Marquee/Marquee.cs#L72
Nullability of reference types in type of parameter 'sender' of 'void Marquee.OnPresenterSizeChanged(object sender, SizeChangedEventArgs e)' doesn't match the target delegate 'EventHandler<SizeChangedEventArgs>' (possibly because of nullability attributes).
|
deploy-to-github-pages:
src/Ursa/Controls/Marquee/Marquee.cs#L78
Nullability of reference types in type of parameter 'sender' of 'void Marquee.TimerOnTick(object sender, EventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
deploy-to-github-pages:
src/Ursa/Controls/Marquee/Marquee.cs#L90
Nullability of reference types in type of parameter 'sender' of 'void Marquee.TimerOnTick(object sender, EventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
deploy-to-github-pages:
src/Ursa/Controls/Marquee/Marquee.cs#L96
Nullability of reference types in type of parameter 'sender' of 'void Marquee.OnPresenterSizeChanged(object sender, SizeChangedEventArgs e)' doesn't match the target delegate 'EventHandler<SizeChangedEventArgs>' (possibly because of nullability attributes).
|
deploy-to-github-pages:
src/Ursa/Controls/Marquee/Marquee.cs#L176
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Ursa.Controls.Direction)4' is not covered.
|
deploy-to-github-pages:
src/Ursa/Controls/Marquee/Marquee.cs#L181
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Ursa.Controls.Direction)4' is not covered.
|
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']
|