Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Bump follow-redirects from 1.15.3 to 1.15.4 #1

Bump follow-redirects from 1.15.3 to 1.15.4

Bump follow-redirects from 1.15.3 to 1.15.4 #1

Workflow file for this run

name: Lint check
on:
- pull_request
jobs:
build:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node v18
uses: actions/setup-node@v2
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn --immutable
- name: Lint
run: yarn prettier . --check