change(jetstream): ConsumerStatus
and ConsumerDebugStatus
are now…
#524
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Modules | ||
on: | ||
push: | ||
tags: | ||
- "*" | ||
branches: | ||
- "*" | ||
pull_request: | ||
branches: [main] | ||
types: [opened] | ||
jobs: | ||
lint: | ||
uses: ./.github/workflows/consistency_checks.yml | ||
Check failure on line 15 in .github/workflows/test.yml GitHub Actions / Test ModulesInvalid workflow file
|
||
test-deno: | ||
uses: ./.github/workflows/deno_checks.yml | ||
test-node: | ||
uses: ./.github/workflows/node_checks.yml |