Skip to content

Commit 799401e

Browse files
committed
fix: removed linting from gh action for now
1 parent e93dbb9 commit 799401e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
cache: "pnpm"
1919

2020
- run: pnpm install --frozen-lockfile
21-
- run: pnpm run lint && pnpm run build
21+
- run: pnpm run build
22+
# - run: pnpm run lint && pnpm run build

0 commit comments

Comments
 (0)