File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
restore-keys : |
36
36
${{ runner.os }}-shadow-cljs-
37
37
# The git update-index command is required to ignore changes to package.json as
38
- # 1. package.json must be comitted to the repo for npm install --save... to behave correctly, which is used by
38
+ # 1. package.json must be committed to the repo for npm install --save... to behave correctly, which is used by
39
39
# lein-shadow to install dependencies that would cause the build to fail if missing; e.g. karma
40
- # 2. .gitignore does nothing for files that are already comitted
40
+ # 2. .gitignore does nothing for files that are already committed
41
41
# 3. git recognising package.json modifications would cause day8/lein-git-inject to always incorrectly use
42
42
# -SNAPSHOT versions.
43
43
- run : |
70
70
restore-keys : |
71
71
${{ runner.os }}-maven-
72
72
# The git update-index command is required to ignore changes to package.json as
73
- # 1. package.json must be comitted to the repo for npm install --save... to behave correctly, which is used by
73
+ # 1. package.json must be committed to the repo for npm install --save... to behave correctly, which is used by
74
74
# lein-shadow to install dependencies that would cause the build to fail if missing; e.g. karma
75
- # 2. .gitignore does nothing for files that are already comitted
75
+ # 2. .gitignore does nothing for files that are already committed
76
76
# 3. git recognising package.json modifications would cause day8/lein-git-inject to always incorrectly use
77
77
# -SNAPSHOT versions.
78
78
- name : Run lein release
Original file line number Diff line number Diff line change 32
32
restore-keys : |
33
33
${{ runner.os }}-shadow-cljs-
34
34
# The git update-index command is required to ignore changes to package.json as
35
- # 1. package.json must be comitted to the repo for npm install --save... to behave correctly, which is used by
35
+ # 1. package.json must be committed to the repo for npm install --save... to behave correctly, which is used by
36
36
# lein-shadow to install dependencies that would cause the build to fail if missing; e.g. karma
37
- # 2. .gitignore does nothing for files that are already comitted
37
+ # 2. .gitignore does nothing for files that are already committed
38
38
# 3. git recognising package.json modifications would cause day8/lein-git-inject to always incorrectly use
39
39
# -SNAPSHOT versions.
40
40
- run : |
You can’t perform that action at this time.
0 commit comments