Skip to content

Added home drawer for the publication detail page #43

Added home drawer for the publication detail page

Added home drawer for the publication detail page #43

Workflow file for this run

name: eslint
on:
push:
branches:
- main
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: "yarn"
- run: yarn
- run: yarn lint