Skip to content

Bump follow-redirects from 1.14.9 to 1.15.4 #300

Bump follow-redirects from 1.14.9 to 1.15.4

Bump follow-redirects from 1.14.9 to 1.15.4 #300

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Cancel previous
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- name: Lint accname
run: |
yarn install --frozen-lockfile
yarn check-lint
yarn check-format