Skip to content

feat: adds matching markets for sports by date, ticker, or slug #19

feat: adds matching markets for sports by date, ticker, or slug

feat: adds matching markets for sports by date, ticker, or slug #19

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