Skip to content

Commit

Permalink
Merge pull request #75 from WSU-4110/Jesse_developMagic
Browse files Browse the repository at this point in the history
Supercleanup and Formatting
  • Loading branch information
JesseNaser authored Apr 14, 2024
2 parents 0517ada + 1a5669c commit 2bab091
Show file tree
Hide file tree
Showing 99 changed files with 4,482 additions and 5,940 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ jobs:
runs-on: windows-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20'

- name: Install main dependencies
run: npm install
working-directory: .
- name: Install main dependencies
run: npm install
working-directory: .

- name: Install Cloudflare Workers dependencies
run: npm install
working-directory: ./functions
- name: Install Cloudflare Workers dependencies
run: npm install
working-directory: ./functions

- name: Run JavaScript tests
run: npm test
working-directory: .
- name: Run JavaScript tests
run: npm test
working-directory: .

- name: Run Cloudflare Workers tests
run: npm test
working-directory: ./functions
- name: Run Cloudflare Workers tests
run: npm test
working-directory: ./functions
2 changes: 0 additions & 2 deletions .gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .vs/ProjectSettings.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,016 changes: 0 additions & 1,016 deletions .vs/Stress-and-Burnout-Reduction/config/applicationhost.config

This file was deleted.

Binary file removed .vs/Stress-and-Burnout-Reduction/v16/.suo
Binary file not shown.
Binary file removed .vs/Stress-and-Burnout-Reduction/v17/.wsuo
Binary file not shown.
75 changes: 0 additions & 75 deletions .vs/Stress-and-Burnout-Reduction/v17/DocumentLayout.json

This file was deleted.

8 changes: 0 additions & 8 deletions .vs/VSWorkspaceState.json

This file was deleted.

Binary file removed .vs/slnx.sqlite
Binary file not shown.
Loading

0 comments on commit 2bab091

Please sign in to comment.