Skip to content

Commit

Permalink
ci: remove tools/make_mod.ts (#477)
Browse files Browse the repository at this point in the history
Removed `tools/make_mod.ts` as it may unintentionally expose internal APIs
  • Loading branch information
uki00a authored Dec 8, 2024
1 parent 31e34e2 commit 4f4e611
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 99 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
~/.deno
~/.cache/deno
key: ${{ runner.os }}-deno-${{ hashFiles('deps/**', '.denov', 'deno.lock') }}
- name: Check mod.ts
run: |
deno task make_mod
git diff --exit-code
deno check mod.ts
- name: Set up Redis ${{ matrix.redis }}
uses: shogo82148/actions-setup-redis@v1
with:
Expand Down
1 change: 0 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"test": "DENO_FUTURE=1 deno test --allow-net --allow-read=tests --allow-write=tests/tmp --allow-run=redis-server,redis-cli --allow-env=REDIS_VERSION --coverage=coverage --trace-leaks --frozen-lockfile",
"test:doc": "deno check --doc-only --import-map=import_map.test.json README.md experimental/cluster/README.md",
"coverage": "deno coverage ./coverage --lcov --output=coverage/lcov.info",
"make_mod": "deno run --allow-read --allow-write --allow-run=deno --check tools/make_mod.ts",
"bench:deno-redis": "DENO_NO_PACKAGE_JSON=1 deno run --unstable --allow-net=127.0.0.1:6379 --allow-read --allow-env --allow-write=tmp --import-map=benchmark/import_map.json benchmark/deno-redis.ts",
"bench:ioredis": "node benchmark/ioredis.js"
}
Expand Down
93 changes: 0 additions & 93 deletions tools/make_mod.ts

This file was deleted.

0 comments on commit 4f4e611

Please sign in to comment.