Skip to content

build(deps): bump @growthbook/growthbook-react from 0.18.0 to 1.0.1 #99

build(deps): bump @growthbook/growthbook-react from 0.18.0 to 1.0.1

build(deps): bump @growthbook/growthbook-react from 0.18.0 to 1.0.1 #99

Workflow file for this run

name: Code Linting
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run ESLint
run: bun run lint