Skip to content

Commit 4bbde0a

Browse files
HarxhitShantKhatri
authored andcommitted
refactor(ci): remove web lint check and clean up workflow (Dev-Card#564)
1 parent c0c9b66 commit 4bbde0a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ jobs:
113113
run: npm --prefix apps/web run build
114114

115115
- name: Fail job if any check failed
116-
if: >
117-
steps.web_build.outcome == 'failure'
116+
if: steps.web_build.outcome == 'failure'
118117
run: exit 1
119118

120119
mobile-ci:

0 commit comments

Comments
 (0)