Skip to content

Bump follow-redirects from 1.15.4 to 1.15.9 #28

Bump follow-redirects from 1.15.4 to 1.15.9

Bump follow-redirects from 1.15.4 to 1.15.9 #28

Workflow file for this run

name: ci
on: [push]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run lint:eslint
- run: bun run lint:prettier
- run: bun run build