فهرست منبع

refactor: :bulb: backend CI comments

ThatOneCalculator 1 سال پیش
والد
کامیت
03039f4955
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      .github/workflows/python.yaml

+ 4 - 4
.github/workflows/python.yaml

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