Skip to content

feat: remove payment info from manifest #338

feat: remove payment info from manifest

feat: remove payment info from manifest #338

Workflow file for this run

name: Check Docs Links
on:
push:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check README
uses: becheran/[email protected]
with:
args: ./README.md
- name: Check Datastore Docs
uses: becheran/[email protected]
with:
args: ./datastore/docs
- name: Check Cloud Docs
uses: becheran/[email protected]
with:
args: ./cloud/docs