Skip to content

Commit

Permalink
feat: support Fx in place of fp-ts and Effect-TS (#13)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: support for fp-ts and Effect-TS was dropped, and there is now a single file per module/dependency
  • Loading branch information
xzhayon authored Apr 2, 2024
1 parent bf5effd commit bf151e0
Show file tree
Hide file tree
Showing 292 changed files with 1,311 additions and 5,139 deletions.
18 changes: 0 additions & 18 deletions .docker/nginx/nginx.conf

This file was deleted.

4 changes: 0 additions & 4 deletions .env.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
GITHUB_TOKEN=

NGINX_URL=http://nginx:8080

NPM_TOKEN=

REDIS_URL=redis://redis:6379
9 changes: 4 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
NODEJS_VERSION: [16, 18, 20]
NODEJS_VERSION: [16, 18, 20, 21]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -21,15 +21,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
NODEJS_VERSION: [16, 18, 20]
NODEJS_VERSION: [16, 18, 20, 21]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.NODEJS_VERSION }}
cache: npm
- run: make test
env:
NODEJS_VERSION: ${{ matrix.NODEJS_VERSION }}
- run: make _test
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
15 changes: 0 additions & 15 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,6 @@ services:
environment:
- GITHUB_TOKEN
- NPM_TOKEN
# links:
# - nginx
# - redis
volumes:
- .:/opt/${COMPOSE_PROJECT_NAME}:cached
working_dir: /opt/${COMPOSE_PROJECT_NAME}

nginx:
image: nginx:1-alpine
expose:
- 8080
volumes:
- .docker/nginx/nginx.conf:/etc/nginx/conf.d/default.conf:cached,ro

redis:
image: redis:7-alpine
expose:
- 6379
Loading

0 comments on commit bf151e0

Please sign in to comment.