Skip to content

refactor!(superfetch): fix repeatedly adding baseURL to URL and chang… #13

refactor!(superfetch): fix repeatedly adding baseURL to URL and chang…

refactor!(superfetch): fix repeatedly adding baseURL to URL and chang… #13

Workflow file for this run

name: CI
on:
push:
branches: [develop]
pull_request:
branches: [develop]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 18.18.0
cache: pnpm
- run: pnpm install --no-frozen-lockfile
- run: pnpm run lint && pnpm run build