Skip to content

Bump follow-redirects from 1.13.0 to 1.15.4 in /dashboard #82

Bump follow-redirects from 1.13.0 to 1.15.4 in /dashboard

Bump follow-redirects from 1.13.0 to 1.15.4 in /dashboard #82

Workflow file for this run

name: CI
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Install Node.js dependencies
run: yarn
- name: Lint
run: yarn lint