Skip to content

Added MarketResolvedEvent web socket type #15

Added MarketResolvedEvent web socket type

Added MarketResolvedEvent web socket type #15

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ruff-action
uses: astral-sh/ruff-action@v3.4.0
with:
version: "0.11.13"
args: check --fix .