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
f34fe49b
"...resnet50_tensorflow.git" did not exist on "1cd1f9d43745994732906825231d4246a6db2c1e"
Commit
f34fe49b
authored
Mar 28, 2024
by
Jun Siang Cheah
Browse files
fix: enforce formatters on GitHub Actions
parent
c42cb438
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
.github/workflows/format-backend.yaml
.github/workflows/format-backend.yaml
+2
-0
.github/workflows/format-build-frontend.yaml
.github/workflows/format-build-frontend.yaml
+3
-0
No files found.
.github/workflows/format-backend.yaml
View file @
f34fe49b
...
...
@@ -25,3 +25,5 @@ jobs:
pip install yapf
-
name
:
Format backend
run
:
bun run format:backend
-
name
:
Check for changes after format
run
:
git diff --exit-code
.github/workflows/format-build-frontend.yaml
View file @
f34fe49b
...
...
@@ -18,5 +18,8 @@ jobs:
run
:
bun install
-
name
:
Format frontend
run
:
bun run format
-
name
:
Check for changes after format
run
:
git diff --exit-code
-
name
:
Build frontend
if
:
always()
run
:
bun run build
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