Skip to content

Commit

Permalink
weak verification usually off
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobchang124 authored and jacobchang124 committed Sep 8, 2024
1 parent 73bcbbf commit e040702
Show file tree
Hide file tree
Showing 65 changed files with 23,290 additions and 23,256 deletions.
62 changes: 31 additions & 31 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
module.exports = {
env: {
browser: true,
es2021: true,
},
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier",
],
overrides: [
{
env: {
node: true,
},
files: [".eslintrc.{js,cjs}"],
parserOptions: {
sourceType: "script",
},
},
],
parser: "@typescript-eslint/parser",
parserOptions: {
ecmaVersion: "latest",
sourceType: "module",
},
plugins: ["@typescript-eslint", "prettier"],
rules: {
"prettier/prettier": ["error"],
},
};
module.exports = {

Check failure on line 1 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint

Delete `␍`
env: {

Check failure on line 2 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint

Delete `␍`
browser: true,

Check failure on line 3 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint

Delete `␍`
es2021: true,

Check failure on line 4 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint

Delete `␍`
},

Check failure on line 5 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint

Delete `␍`
extends: [

Check failure on line 6 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint

Delete `␍`
"eslint:recommended",

Check failure on line 7 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint

Delete `␍`
"plugin:@typescript-eslint/recommended",

Check failure on line 8 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint

Delete `␍`
"prettier",

Check failure on line 9 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint

Delete `␍`
],

Check failure on line 10 in .eslintrc.js

View workflow job for this annotation

GitHub Actions / lint

Delete `␍`
overrides: [
{
env: {
node: true,
},
files: [".eslintrc.{js,cjs}"],
parserOptions: {
sourceType: "script",
},
},
],
parser: "@typescript-eslint/parser",
parserOptions: {
ecmaVersion: "latest",
sourceType: "module",
},
plugins: ["@typescript-eslint", "prettier"],
rules: {
"prettier/prettier": ["error"],
},
};
38 changes: 19 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Build

on:
push:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
name: Build

on:
push:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
36 changes: 18 additions & 18 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Lint

on:
push:

jobs:
lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: Install dependencies
run: yarn
- name: Run ESLint
run: npx eslint .
name: Lint

on:
push:

jobs:
lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: Install dependencies
run: yarn
- name: Run ESLint
run: npx eslint .
38 changes: 19 additions & 19 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Prettier

on:
push:

jobs:
prettier:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Run Prettier
run: npx prettier --write .
name: Prettier

on:
push:

jobs:
prettier:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Run Prettier
run: npx prettier --write .
38 changes: 19 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Test

on:
push:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Build
run: yarn test
name: Test

on:
push:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Build
run: yarn test
14 changes: 7 additions & 7 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"endOfLine": "lf"
}
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"endOfLine": "lf"
}
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# API for Reflections | Projections 2024

Test

Contributors:

- Aydan Pirani
- Divya Koya
- Riya Patel
- Jacob Chang
- Alex Yang
- Shreenija Daggavolu
# API for Reflections | Projections 2024

Test

Contributors:

- Aydan Pirani
- Divya Koya
- Riya Patel
- Jacob Chang
- Alex Yang
- Shreenija Daggavolu
44 changes: 22 additions & 22 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
version: 0.0
os: linux
files:
- source: /
destination: /home/ubuntu/rp-api
file_exists_behavior: OVERWRITE
hooks:
BeforeInstall:
- location: scripts/install_dependencies.sh
timeout: 300
runas: root
AfterInstall:
- location: scripts/build.sh
timeout: 300
runas: root
ApplicationStart:
- location: scripts/install_dependencies.sh
timeout: 300
runas: root
- location: scripts/reload_server.sh
timeout: 300
runas: root
version: 0.0
os: linux
files:
- source: /
destination: /home/ubuntu/rp-api
file_exists_behavior: OVERWRITE
hooks:
BeforeInstall:
- location: scripts/install_dependencies.sh
timeout: 300
runas: root
AfterInstall:
- location: scripts/build.sh
timeout: 300
runas: root
ApplicationStart:
- location: scripts/install_dependencies.sh
timeout: 300
runas: root
- location: scripts/reload_server.sh
timeout: 300
runas: root
Loading

0 comments on commit e040702

Please sign in to comment.