Skip to content

feat: test

feat: test #236

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