Skip to content

Bump follow-redirects from 1.15.1 to 1.15.6 #428

Bump follow-redirects from 1.15.1 to 1.15.6

Bump follow-redirects from 1.15.1 to 1.15.6 #428

Workflow file for this run

name: eslint the code
on:
pull_request:
branches:
- main
jobs:
cypress-run:
name: Lint Code
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup code
run: yarn
- name: Lint code
run: yarn lint:2021