Skip to content

Commit 16dc772

Browse files
committed
chore: Symlink commontools.d.ts from commontools/api
1 parent e7dfeb0 commit 16dc772

File tree

4 files changed

+2
-770
lines changed

4 files changed

+2
-770
lines changed

.github/workflows/deno.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ jobs:
3737
- name: 🔎 Check codebase formatting
3838
run: deno fmt --check
3939

40-
- name: 🔎 Check derived artifacts
41-
working-directory: packages/static
42-
run: |
43-
deno task compile-api-types
44-
if ! git diff --quiet . ; then
45-
echo "Run 'deno task compile-api-types' inside the 'static' package."
46-
exit 1
47-
fi
48-
4940
- name: 🧹 Lint codebase
5041
run: deno lint
5142

0 commit comments

Comments
 (0)