Skip to content

build(deps): bump @spear-ai/eslint-config from 9.0.0 to 17.1.0 #116

build(deps): bump @spear-ai/eslint-config from 9.0.0 to 17.1.0

build(deps): bump @spear-ai/eslint-config from 9.0.0 to 17.1.0 #116

Workflow file for this run

name: Checks
on:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main
env:
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
jobs:
checks:
name: Build and check
runs-on: ubuntu-latest
timeout-minutes: 10
env:
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
steps:
- name: Checkout Git repository
uses: actions/[email protected]
with:
fetch-depth: 2
- name: Setup Node.js
uses: actions/[email protected]
with:
cache: yarn
node-version-file: .node-version
- name: Install Node.js dependencies
run: yarn install --check-cache --immutable --immutable-cache
- name: Build
run: yarn turbo run build
- name: Check
run: yarn turbo run check