Skip to content

feat: adds the rest of the polymarket endpoints #13

feat: adds the rest of the polymarket endpoints

feat: adds the rest of the polymarket endpoints #13

Workflow file for this run

---
name: Validations
on: # yamllint disable-line rule:truthy
workflow_dispatch:
workflow_call:
pull_request:
jobs:
validate_ruby:
name: Ruby Tests
uses: ./.github/workflows/main.yaml
ensure_coverage:
needs: validate_ruby
name: Check SimpleCov coverage
uses: ./.github/workflows/coverage.yaml