generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
260 changed files
with
48,259 additions
and
48,498 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Fixes #replace_this_text_with_the_issue_number | ||
|
||
### What changes did you make? | ||
|
||
- | ||
- | ||
- | ||
|
||
### Why did you make the changes (we will use this info to test)? | ||
|
||
- | ||
- | ||
- | ||
|
||
### Issue-Specific User Account | ||
|
||
If you registered a new, temporary TDM User Account for this issue, indicate the | ||
username (i.e., email address) for the account. | ||
|
||
### Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes) | ||
|
||
<!-- Note, if your images are too big, use the <img src="" width="" length="" /> syntax instead of ![image](link) to format the images --> | ||
<!-- If images are not loading properly, you might need to double check the syntax or add a newline after the closing </summary> tag --> | ||
|
||
<details> | ||
<summary>Visuals before changes are applied</summary> | ||
|
||
![image](Paste_Your_Image_Link_Here_After_Attaching_Files) | ||
|
||
</details> | ||
|
||
<details> | ||
<summary>Visuals after changes are applied</summary> | ||
|
||
![image](Paste_Your_Image_Link_Here_After_Attaching_Files) | ||
|
||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: tdm-server-test | ||
run-name: ${{ github.actor }} is running tests for the server | ||
on: | ||
push: | ||
pull_request: | ||
branches: | ||
- develop | ||
jobs: | ||
server-test: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 'lts/*' | ||
|
||
- name: Change directory | ||
run: cd server | ||
|
||
- name: Install dependencies | ||
run: npm install | ||
working-directory: server | ||
|
||
- name: Run tests | ||
run: npm test | ||
working-directory: server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -260,3 +260,5 @@ dotenv | |
yarn.lock | ||
|
||
.mssql.json | ||
server/.env-ale | ||
server/.env-alpha |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true, | ||
"editor.formatOnPaste": true | ||
"editor.formatOnPaste": true, | ||
"files.eol": "\n" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.