diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 843c2808..fdb2198b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - name: Set up Bun uses: oven-sh/setup-bun@v1 - with: + with:SDK_READ_ACCESS_TOKEN bun-version: latest - name: Install dependencies run: bun install diff --git a/package.json b/package.json index 00f957b4..076fe095 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "build": "remix vite:build", "dev": "remix vite:dev --host", "lint": "biome check --fix ./src ./app", + "lint:ci": "biome check --diagnostic-level error ./src", "start": "remix-serve ./build/server/index.js", "typecheck": "tsc" }, diff --git a/packages/dappkit b/packages/dappkit index b0ed96c9..66f1074d 160000 --- a/packages/dappkit +++ b/packages/dappkit @@ -1 +1 @@ -Subproject commit b0ed96c9e8cf0fe4cabebbb3e230af647532d6a6 +Subproject commit 66f1074d37f93015cbb84dabcfb73f17930786eb