We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421f631 commit aab6ae9Copy full SHA for aab6ae9
.github/workflows/lint-build-test.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v3
15
16
- name: Install
17
- run: yarn install --immutable --immutable-cache --check-cache
+ run: yarn install --immutable
18
19
- name: Lint
20
run: yarn run lint
.github/workflows/release-please.yml
@@ -23,7 +23,7 @@ jobs:
23
scope: '@lukso'
24
25
- name: 🧰 Install
26
27
28
- name: 💅 Lint
29
0 commit comments