Skip to content

chore: remove .idea folder and add to .gitignore #4

chore: remove .idea folder and add to .gitignore

chore: remove .idea folder and add to .gitignore #4

Triggered via push November 3, 2024 16:23
Status Failure
Total duration 38s
Artifacts

publisher.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
build
The readme file 'README.md' does not exist in the package.
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Components/MokArticle.razor#L15
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Components/MokArticle.razor#L18
Non-nullable property 'Subtitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Components/MokArticle.razor#L27
Non-nullable property 'AdditionalAttributes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Components/MokButton.razor#L20
Non-nullable property 'AdditionalAttributes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Components/MokTile.razor#L10
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Components/MokTile.razor#L25
Non-nullable property 'TileType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Components/MokTile.razor#L34
Non-nullable property 'ResponsiveSize' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Components/MokTile.razor#L37
Non-nullable property 'AdditionalAttributes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Components/MokColumn.razor#L12
Non-nullable property 'IsSize' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Components/MokColumn.razor#L15
Non-nullable property 'IsSizeMobile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.