Skip to content

Allows fixed-price configuration, updates README.md and adds deploy s… #53

Allows fixed-price configuration, updates README.md and adds deploy s…

Allows fixed-price configuration, updates README.md and adds deploy s… #53

Workflow file for this run

name: Check Markdown links
on: push
jobs:
check-md-links:
runs-on: ubuntu-latest
steps:
- name: Clone @api3/data-feed-proxy-combinators
uses: actions/checkout@v4
- name: Check Markdown links
uses: umbrelladocs/action-linkspector@v1
with:
reporter: github-pr-review
config_file: .github/config/linkspector.yml
fail_on_error: true