From 03039f49552ddccfc03bd3e3766236ad54247bdc Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 4 Jan 2024 13:45:26 -0800 Subject: [PATCH] refactor: :bulb: backend CI comments --- .github/workflows/python.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index c4ce98d41..f2d4e4dc0 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -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