Skip to content

Commit 26bb6ca

Browse files
committed
💡 Remove comment in install action
1 parent 3729425 commit 26bb6ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

templates/base/.github/actions/install/action.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ runs:
1010
node-version: lts/*
1111
cache: 'npm'
1212

13-
# Re-use ~/.elm between runs until elm.json, elm-tooling.json or
14-
# review/elm.json changes. The Elm compiler saves downloaded Elm packages
15-
# to ~/.elm, and elm-tooling saves downloaded tool executables there.
1613
- name: Cache ~/.elm
1714
uses: actions/cache@v3
1815
with:

0 commit comments

Comments
 (0)