Skip to content

Commit 2dfa595

Browse files
committed
Draft
1 parent 29c2aa6 commit 2dfa595

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+873
-660
lines changed

.editorconfig

100644100755
File mode changed.

.env.example

100644100755
File mode changed.

.eslintrc.json

100644100755
File mode changed.

.github/funding.yml

100644100755
File mode changed.

.github/issue_template.md

100644100755
File mode changed.

.github/pull_request_template.md

100644100755
File mode changed.

.github/workflows/build.yml

100644100755
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515

1616
- run: yarn install --frozen-lockfile
1717
- name: build
18-
# TODO Enable those lines below if you use a Redis cache, you'll also need to configure GitHub Repository Secrets
19-
# env:
20-
# REDIS_HOST: ${{ secrets.REDIS_HOST }}
21-
# REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD }}
18+
env:
19+
REDIS_HOST: ${{ secrets.REDIS_HOST }}
20+
REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD }}
2221
run: yarn build

.gitignore

100644100755
File mode changed.

.prettierignore

100644100755
File mode changed.

.prettierrc

100644100755
File mode changed.

0 commit comments

Comments
 (0)