"...resnet50_tensorflow.git" did not exist on "cd4af23b8794b6d9922d0d34c9434a48ee65a68e"
Unverified Commit 03039f49 authored by ThatOneCalculator's avatar ThatOneCalculator
Browse files

refactor: 💡 backend CI comments

parent 9bd9c819
......@@ -5,7 +5,7 @@ on:
pull_request:
jobs:
build:
name: 'Format & Build Backend'
name: 'Format Backend' # Format & Lint
env:
PUBLIC_API_BASE_URL: ''
runs-on: ubuntu-latest
......@@ -23,8 +23,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install yapf
# pip install pylint
# - name: Lint backend
# run: bun run lint:backend
# pip install pylint
# - name: Lint backend
# run: bun run lint:backend
- name: Format backend
run: bun run format:backend
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