Skip to content

Mock react-markdown to fix jest issue #1384

Mock react-markdown to fix jest issue

Mock react-markdown to fix jest issue #1384

Workflow file for this run

name: Test & Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install --prod
- name: Build
run: yarn build
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn run eslint --format .config/eslint/annotations_formatter.js src/