Skip to content

Bump follow-redirects from 1.14.8 to 1.15.4 in /front #91

Bump follow-redirects from 1.14.8 to 1.15.4 in /front

Bump follow-redirects from 1.14.8 to 1.15.4 in /front #91

Workflow file for this run

name: Jest
on: [push]
jobs:
lint:
name: Run jest
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./front
steps:
- uses: actions/checkout@v2
- name: yarn install
run: yarn install
- name: run jest
run: yarn jest