We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7410509 commit a1438f7Copy full SHA for a1438f7
README.md
@@ -116,7 +116,7 @@ cache:
116
otp-version: "24.1" # Define the OTP version
117
118
# Don't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones
119
- # Cache key based on Elixir & Erlang version (also usefull when running in matrix)
+ # Cache key based on Elixir & Erlang version (also useful when running in matrix)
120
- name: Restore PLT cache
121
uses: actions/cache@v2
122
id: plt_cache
0 commit comments