Skip to content

Bump follow-redirects from 1.15.2 to 1.15.5 #23

Bump follow-redirects from 1.15.2 to 1.15.5

Bump follow-redirects from 1.15.2 to 1.15.5 #23

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.2.0
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run lint-config