Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
5e13a50b
Unverified
Commit
5e13a50b
authored
Jan 04, 2024
by
ThatOneCalculator
Browse files
fix:
💚
lint all aspects of frontend, even if failure
parent
374ce5dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/lint-frontend.yaml
.github/workflows/lint-frontend.yaml
+2
-1
No files found.
.github/workflows/lint-frontend.yaml
View file @
5e13a50b
...
@@ -17,4 +17,5 @@ jobs:
...
@@ -17,4 +17,5 @@ jobs:
-
name
:
Install frontend dependencies
-
name
:
Install frontend dependencies
run
:
bun install --frozen-lockfile
run
:
bun install --frozen-lockfile
-
run
:
bun run lint:frontend
-
run
:
bun run lint:frontend
-
run
:
bun run lint:types
-
run
:
bun run lint:types
\ No newline at end of file
if
:
success() || failure()
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment