-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
lint: Apply lint only to modified files #136
Conversation
***@***.***だと特定のブランチしかフェッチされないから云々みたいな記事があるな
github actionsわからん
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go Bold
tsuyoshicho/action-textlint は reviewdog ベースだからデフォルトで差分見るようになってない? |
なるほど? |
linterから送られた結果をフィルターするようにも見えるんですけどどうなんでしょう。 (PR意図としてはlintを早く終わらせたい) |
なるほど、実行速度を上げたいのね。 |
うーん。github actionsのログの見方よくわからないですけどmodified filesって名前のjobがないのは構文エラーとかでこの変更が意図したように動いてないってことなんですかね。 1年ぐらい前だとlintは30秒台で終わることが多くて、これは校正対象が増えたからな気がしてます。 |
action_textlintの下にwithでtextlint_flags付けたら早くなった |
ああこれ |
これで動いたんですけど、これだとブランチ名でクローンしてくるからPR元のmainブランチに別のコミットがあったりすると問題がありそうなので一旦保留 |
編集、追加されたファイルをtextlint_flagsに設定して、プルリクエスト時にそれらだけlintが行われるようにする。