Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

RPC transport

RPC transport #985

Workflow file for this run

name: Pull Request
on: pull_request
jobs:
check:
timeout-minutes: 5
strategy:
matrix:
os: [
ubuntu-24.04
# windows-latest,
# macos-latest,
]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run check
- run: CI=true npm run test
Morty Proxy This is a proxified and sanitized view of the page, visit original site.