Skip to content

Bump nanoid from 3.3.7 to 3.3.8 in /frontend #517

Bump nanoid from 3.3.7 to 3.3.8 in /frontend

Bump nanoid from 3.3.7 to 3.3.8 in /frontend #517

Workflow file for this run

name: build and lint
on: [pull_request]
#TODO: Add npm run test:unit
jobs:
unit_test-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
cd frontend/
npm ci
npm run build
npm run lint