We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae30a5b commit 9c6dff1Copy full SHA for 9c6dff1
.github/workflows/check-dist.yml
@@ -7,7 +7,7 @@
7
# If this workflow is run from a feature branch, it will act as an additional CI
8
# check and fail if the checked-in `dist/` directory does not match what is
9
# expected from the build.
10
-name: Compare Diff in Transpiled JavaScript
+name: dist bundle
11
12
on:
13
pull_request:
@@ -22,7 +22,6 @@ permissions:
22
23
jobs:
24
check-dist:
25
- name: Check dist/
26
runs-on: ubuntu-latest
27
28
steps:
.github/workflows/ci.yml
@@ -17,7 +17,6 @@ concurrency:
17
18
19
test-typescript:
20
- name: TypeScript Tests
21
0 commit comments