chore(browser-emulator-builder): automatic update emulator data ref #320
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 Docs | |
uses: becheran/[email protected] | |
with: | |
args: ./docs |