Skip to content

Bump follow-redirects from 1.15.5 to 1.15.6 #31

Bump follow-redirects from 1.15.5 to 1.15.6

Bump follow-redirects from 1.15.5 to 1.15.6 #31

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
- 'renovate/*'
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn
- run: yarn lint