Skip to content

Bump follow-redirects from 1.15.2 to 1.15.6 #25

Bump follow-redirects from 1.15.2 to 1.15.6

Bump follow-redirects from 1.15.2 to 1.15.6 #25

Workflow file for this run

on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-20.04
strategy:
fail-fast: true
name: eslint
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install
run: npm install
- name: Lint
run: npm run lint