"...resnet50_tensorflow.git" did not exist on "1cd1f9d43745994732906825231d4246a6db2c1e"
Commit f34fe49b authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

fix: enforce formatters on GitHub Actions

parent c42cb438
......@@ -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
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment