Skip to content
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

Ci cache #60

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Ci cache #60

wants to merge 3 commits into from

Conversation

hotate29
Copy link
Owner

No description provided.

@hotate29 hotate29 force-pushed the ci-cache branch 3 times, most recently from 5d02bca to a8e6516 Compare February 21, 2024 19:59
@hotate29
Copy link
Owner Author

hotate29 commented Mar 1, 2024

eslintとprettierのキャッシュは何をキーにするべきか。

  • lockファイル・・・依存関係が変わらない限りずっと同じものを参照し続けるので好ましくない。
  • branch等の名前-コミット・・・同じブランチやPR上で何回も実行されるのであれば効果があるが、一回しか実行されない場合は効果がない。
  • 上にrestore-keysをうまく入れる

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant