chore: adds expo-react-native-freshchat to out-of-tree plugin list (#… #285
This file contains hidden or 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 Markdown links | |
| on: | |
| workflow_dispatch: {} | |
| push: | |
| branches: [main] | |
| paths: | |
| - .github/workflows/lint-md.yml | |
| - "**.md" | |
| pull_request: | |
| paths: | |
| - .github/workflows/lint-md.yml | |
| - "**.md" | |
| jobs: | |
| lint-md: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - run: yarn install --frozen-lockfile --check-files | |
| - run: npx remark --use validate-links . .github |