Skip to content

Bump react-pdf from 4.2.0 to 7.7.3 #35

Bump react-pdf from 4.2.0 to 7.7.3

Bump react-pdf from 4.2.0 to 7.7.3 #35

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Test
on:
push:
branches: [develop]
pull_request:
branches: [ master, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: npm install
# - name: run test
# run: npm test
- name: run lint
run: npm run lint