aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-22 19:17:07 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-22 19:17:07 -0500
commit611982614700a2c524e1fcb620a02eed96bdf3f6 (patch)
tree9c19f2a53014b4e6ca9668fc788d4e433861b45b /.github
parente2807842b0cd62dcc00db1dd63c59daad15803f7 (diff)
downloadtanzanite-611982614700a2c524e1fcb620a02eed96bdf3f6.tar.gz
tanzanite-611982614700a2c524e1fcb620a02eed96bdf3f6.tar.bz2
tanzanite-611982614700a2c524e1fcb620a02eed96bdf3f6.zip
oops
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/checks.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 8bd2200..f005f4a 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -16,7 +16,7 @@ jobs:
- name: Yarn Cache
uses: c-hive/gha-yarn-cache@v2
- name: Install Dependencies
- run: yarn install --immutable --immutable-cache
+ run: yarn install --immutable
- name: Create Fake Ignored files
run: |
cp src/config/example-options.ts src/config/options.ts
@@ -42,7 +42,7 @@ jobs:
- name: Yarn Cache
uses: c-hive/gha-yarn-cache@v2
- name: Install Dependencies
- run: yarn install --immutable --immutable-cache
+ run: yarn install --immutable
- name: Configure Git
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"