Skip to content

Commit 1de3be4

Browse files
committed
rename
1 parent 34fbd7c commit 1de3be4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Test
1+
name: Lint and Build
22
permissions:
33
contents: read
44
pull-requests: read
@@ -29,8 +29,5 @@ jobs:
2929
- name: Prettier
3030
run: pnpm format:check
3131

32-
- name: Run Tests
33-
run: pnpm test
34-
3532
- name: Ensure build succeeds
3633
run: pnpm build

0 commit comments

Comments
 (0)