Skip to content

feat: endpoint failover for unavailable data #55

feat: endpoint failover for unavailable data

feat: endpoint failover for unavailable data #55

Workflow file for this run

name: Check PR
on:
pull_request:
branches: [ "master" ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
check_source:
name: "Run code checks"
uses: ./.github/workflows/_shared-check.yaml