update
This commit is contained in:
@@ -39,12 +39,10 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
||||||
- name: Lint backend code
|
- name: Lint backend code
|
||||||
run: |
|
run: |
|
||||||
ls workspace/sprint_1_2/CODEBASE/backend
|
|
||||||
python -m py_compile workspace/sprint_1_2/CODEBASE/backend/cv_inference_server.py
|
python -m py_compile workspace/sprint_1_2/CODEBASE/backend/cv_inference_server.py
|
||||||
find backend -name '*.py' -exec python -m py_compile {} +
|
find workspace/sprint_1_2/CODEBASE/backend -name '*.py' -exec python -m py_compile {} +
|
||||||
|
|
||||||
# - name: Configure AWS credentials
|
# - name: Configure AWS credentials
|
||||||
# uses: aws-actions/configure-aws-credentials@v4
|
# uses: aws-actions/configure-aws-credentials@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user