chore: upgrade typescript and eslint #361
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |