Skip to content

Commit 01ffe08

Browse files
authored
fix: removed lint check for web modules from github checks (#561)
Signed-off-by: Prashantkumar Khatri <khatri2105104@st.jmi.ac.in>
1 parent bff628c commit 01ffe08

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

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

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

119120
mobile-ci:

0 commit comments

Comments
 (0)