Skip to content

feat: migrated to tmp website #240

feat: migrated to tmp website

feat: migrated to tmp website #240

Workflow file for this run

name: Check Docs Links
on:
push:
workflow_dispatch:
jobs:
links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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