Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jun 26, 2024
1 parent 950e650 commit bc93737
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.16

- run: bun install
- run: bun run build
Expand All @@ -18,6 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.16

- run: bun install
- run: bun run lint
2 changes: 1 addition & 1 deletion src/query/reclaimSubgraph.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { encodeLabelhash, truncateFormat } from "@ensdomains/ensjs/utils";
import { encodeLabelhash } from "@ensdomains/ensjs/utils";
import type { QueryFunctionContext } from "@tanstack/react-query";
import { GraphQLClient, gql } from "graphql-request";
import { type Address, type Hex, isHash } from "viem";
Expand Down

0 comments on commit bc93737

Please sign in to comment.