Skip to content

Commit

Permalink
chore: implement monorepo architecture (#56)
Browse files Browse the repository at this point in the history
* chore: implement monorepo architecture

* ci: update github actions
  • Loading branch information
Patai5 authored Mar 19, 2024
1 parent 3d72b0d commit 5248c2c
Show file tree
Hide file tree
Showing 58 changed files with 8,537 additions and 19,194 deletions.
13 changes: 0 additions & 13 deletions .dockerignore

This file was deleted.

19 changes: 11 additions & 8 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
name: Check
on:
push:
branches:
- master
pull_request:

defaults:
run:
working-directory: ./code

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm install -ws
- run: npm run lint -ws

- uses: actions/checkout@v4
- uses: actions/setup-node@v4

- run: npm install
- run: npm run lint
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

13 changes: 0 additions & 13 deletions actors/extended-gpt-scraper/.dockerignore

This file was deleted.

23 changes: 0 additions & 23 deletions actors/extended-gpt-scraper/.eslintrc

This file was deleted.

39 changes: 0 additions & 39 deletions actors/extended-gpt-scraper/package.json

This file was deleted.

26 changes: 0 additions & 26 deletions actors/extended-gpt-scraper/src/input.ts

This file was deleted.

23 changes: 0 additions & 23 deletions actors/extended-gpt-scraper/src/main.ts

This file was deleted.

20 changes: 0 additions & 20 deletions actors/extended-gpt-scraper/tsconfig.build.json

This file was deleted.

7 changes: 0 additions & 7 deletions actors/extended-gpt-scraper/tsconfig.json

This file was deleted.

1 change: 0 additions & 1 deletion actors/extended-gpt-scraper/types/turndown-plugin-gfm.d.ts

This file was deleted.

13 changes: 0 additions & 13 deletions actors/gpt-scraper/.dockerignore

This file was deleted.

23 changes: 0 additions & 23 deletions actors/gpt-scraper/.eslintrc

This file was deleted.

8 changes: 0 additions & 8 deletions actors/gpt-scraper/.gitignore

This file was deleted.

Binary file removed actors/gpt-scraper/img/example_input_2.png
Binary file not shown.
36 changes: 0 additions & 36 deletions actors/gpt-scraper/package.json

This file was deleted.

26 changes: 0 additions & 26 deletions actors/gpt-scraper/src/input.ts

This file was deleted.

54 changes: 0 additions & 54 deletions actors/gpt-scraper/src/main.ts

This file was deleted.

15 changes: 0 additions & 15 deletions actors/gpt-scraper/tsconfig.build.json

This file was deleted.

6 changes: 0 additions & 6 deletions actors/gpt-scraper/tsconfig.json

This file was deleted.

Loading

0 comments on commit 5248c2c

Please sign in to comment.