Skip to content

Bump follow-redirects from 1.15.1 to 1.15.4 #214

Bump follow-redirects from 1.15.1 to 1.15.4

Bump follow-redirects from 1.15.1 to 1.15.4 #214

Workflow file for this run

name: eslint
on:
push:
branches: '*'
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn run lint