Skip to content

CORE-4567: reader logo section #710

CORE-4567: reader logo section

CORE-4567: reader logo section #710

name: Pull request check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.2.0
- uses: actions/setup-node@v1.4.4
with:
node-version: '12'
- name: npm install, build, and test
run: |
npm ci
npm run build
npm run lint
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}