Skip to content

Commit d36c19e

Browse files
committed
ci(repo): change lint to just check for now
Signed-off-by: Antonette Caldwell <[email protected]>
1 parent 23aa453 commit d36c19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linting and formatting
1+
name: Lint check
22

33
on:
44
push:
@@ -28,4 +28,4 @@ jobs:
2828
run: yarn install
2929

3030
- name: Run Lint
31-
run: yarn lint && yarn format:check && yarn lint-staged
31+
run: yarn lint

0 commit comments

Comments
 (0)