Skip to content

Commit 4f4e611

Browse files
authored
ci: remove tools/make_mod.ts (#477)
Removed `tools/make_mod.ts` as it may unintentionally expose internal APIs
1 parent 31e34e2 commit 4f4e611

File tree

3 files changed

+0
-99
lines changed

3 files changed

+0
-99
lines changed

.github/workflows/build.yml

-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
~/.deno
3636
~/.cache/deno
3737
key: ${{ runner.os }}-deno-${{ hashFiles('deps/**', '.denov', 'deno.lock') }}
38-
- name: Check mod.ts
39-
run: |
40-
deno task make_mod
41-
git diff --exit-code
42-
deno check mod.ts
4338
- name: Set up Redis ${{ matrix.redis }}
4439
uses: shogo82148/actions-setup-redis@v1
4540
with:

deno.json

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"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",
3939
"test:doc": "deno check --doc-only --import-map=import_map.test.json README.md experimental/cluster/README.md",
4040
"coverage": "deno coverage ./coverage --lcov --output=coverage/lcov.info",
41-
"make_mod": "deno run --allow-read --allow-write --allow-run=deno --check tools/make_mod.ts",
4241
"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",
4342
"bench:ioredis": "node benchmark/ioredis.js"
4443
}

tools/make_mod.ts

-93
This file was deleted.

0 commit comments

Comments
 (0)