A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules

Disable linting in CI workflow

Skywatch 286bd075 ff842039

Changed files
+2 -2
.github
workflows
+2 -2
.github/workflows/ci.yml
··· 21 21 - name: Install dependencies 22 22 run: bun install 23 23 24 - - name: Run linter 25 - run: npm run lint 24 + # - name: Run linter 25 + # run: npm run lint 26 26 27 27 - name: Type check 28 28 run: npx tsc --noEmit