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

chore(deps): bump next from 13.1.1 to 13.5.1 #575

chore(deps): bump next from 13.1.1 to 13.5.1

chore(deps): bump next from 13.1.1 to 13.5.1 #575

Workflow file for this run

name: Turbo
on:
push:
branches:
- main
pull_request:
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: |
pnpm run build --filter=./Extension/*
lint:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: |
pnpm turbo run lint