Skip to content

Commit

Permalink
Merge branch 'main' into fix/592
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Oct 20, 2022
2 parents 0403e98 + d3369bd commit 0dd524b
Show file tree
Hide file tree
Showing 148 changed files with 1,840 additions and 192 deletions.
8 changes: 7 additions & 1 deletion .env.example
@@ -1,3 +1,9 @@
DEBUG_FLAG_ENABLED=1
GH_DISCUSSION_CATEGORY_ID=DIC_kwDOE7ysSc4CAC0o

GH_DISCUSSION_CATEGORY_ID="DIC_kwDOE7ysSc4CAC0o"
GH_ACCESS_TOKEN=💖

# The Analytics ID is provided when your app builds on Vercel.
# It is accessed at runtime via svelte.config.js preprocessing.
# If a value is not provided, analytics are ignored.
VERCEL_ANALYTICS_ID=""
7 changes: 2 additions & 5 deletions .github/workflows/check_website.yaml
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Touch .env
- name: Copy .env from .env.example
run: cp .env.example .env

# checks for lint errors AND format errors
Expand All @@ -53,11 +53,8 @@ jobs:
run: npx playwright install

- name: Test
run: npm run test
run: npm t

# info: https://etok.codes/acmcsuf.com/blob/main/CONTRIBUTING.md#npm-bloat
- name: Test Dependency Size
run: npm run test:size

- name: Build
run: npm run build
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -6,3 +6,5 @@ node_modules
.env
.env.*
!.env.example
/coverage
.playwright_output

0 comments on commit 0dd524b

Please sign in to comment.