YuichirouSeitoku / mdd

0 stars 0 forks source link

buildとlintのCIの作成(#13) #14

Closed YuichirouSeitoku closed 1 month ago

github-actions[bot] commented 1 month ago

Lint Results

mdd@1.0.0 lint eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix

/home/runner/work/mdd/mdd/src/renderer/src/components/Sample.tsx 1:1 error Missing return type on function @typescript-eslint/explicit-function-return-type

✖ 1 problem (1 error, 0 warnings)

YuichirouSeitoku commented 1 month ago

Lint Results


> mdd@1.0.0 lint
> eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix

/home/runner/work/mdd/mdd/src/renderer/src/components/Sample.tsx 1:1 error Missing return type on function @typescript-eslint/explicit-function-return-type

✖ 1 problem (1 error, 0 warnings)

Reactのバージョンを指定していないことによるエラー https://zenn.dev/marumarumeruru/scraps/d08e54c461de2b

https://github.com/YuichirouSeitoku/mdd/pull/14/commits/40e945dd3840c13166bdbbe6d2fe6e5a65b2df86 で修正

YuichirouSeitoku commented 1 month ago

行ったこと

動作確認

レビュワーに見てほしいこと

補足

yumetodo commented 1 month ago

おもったより過剰品質のものが来ましたが基本的にはよさそう。