Skip to content

Commit 26cef2a

Browse files
yousefa00melyxlin
andauthored
Remove oauth2l base (#44)
* Remove oauth2l base * Update workflows * Add go.mod and go.sum * Remove hidden files * adding go.mod and go.sum * fixing test by removing root go.mod and go.sum * fixing tests Co-authored-by: Melissa Lin <[email protected]>
1 parent 26c1a28 commit 26cef2a

File tree

707 files changed

+128
-367473
lines changed

Some content is hidden

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

707 files changed

+128
-367473
lines changed

.github/workflows/api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v2
2222
- name: Test
23-
run: go test ./web/api
23+
run: cd api && go test

.github/workflows/client.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
node-version: 12
1313
- name: npm run format
14-
working-directory: ./web/client
14+
working-directory: ./client
1515
run: |
1616
npm install
1717
npm run format:check
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: 12
2626
- name: npm run lint
27-
working-directory: ./web/client
27+
working-directory: ./client
2828
run: |
2929
npm install
3030
npm run lint
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
node-version: 12
3939
- name: npm run build
40-
working-directory: ./web/client
40+
working-directory: ./client
4141
run: |
4242
npm install
4343
npm run build

.travis.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 36 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)