tangled
alpha
login
or
join now
skywatch.blue
/
skywatch-automod
A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules
7
fork
atom
overview
issues
pulls
pipelines
Disable linting in CI workflow
Skywatch
2 months ago
286bd075
ff842039
options
unified
split
Changed files
+2
-2
.github
workflows
ci.yml
+2
-2
.github/workflows/ci.yml
···
21
21
- name: Install dependencies
22
22
run: bun install
23
23
24
24
-
- name: Run linter
25
25
-
run: npm run lint
24
24
+
# - name: Run linter
25
25
+
# run: npm run lint
26
26
27
27
- name: Type check
28
28
run: npx tsc --noEmit