We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb6d5c commit cc2401eCopy full SHA for cc2401e
13 files changed
.github/workflows/update.yml
@@ -24,6 +24,9 @@ jobs:
24
- name: Fetch and merge sources
25
run: npx tsx src/fetch.ts
26
27
+ - name: TCP connectivity check
28
+ run: npx tsx src/check.ts
29
+
30
- name: Generate output
31
run: npx tsx src/output.ts
32
0 commit comments