Skip to content

Build(deps): Bump remark-parse from 9.0.0 to 11.0.0 #1301

Build(deps): Bump remark-parse from 9.0.0 to 11.0.0

Build(deps): Bump remark-parse from 9.0.0 to 11.0.0 #1301

Workflow file for this run

name: Lint, Build and Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --ignore-optional
- run: yarn test
- name: Checking internal dependencies
run: yarn run install:scripts && yarn run transpile:scripts && yarn run test:imports
- name: Uploading test coverage reports
run: |
chmod +x "${GITHUB_WORKSPACE}/scripts/uploadTestCoverageReports.sh"
"${GITHUB_WORKSPACE}/scripts/uploadTestCoverageReports.sh"