Skip to content

Commit

Permalink
fix: address ci pipeline issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-ahuja committed Feb 17, 2024
1 parent fafd319 commit 6ee60bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
S3_BUCKET_URL: ${{secrets.S3_BUCKET_URL}}
S3_BUCKET_NAME: ${{secrets.S3_BUCKET_NAME}}
S3_LOGS_FOLDER: ${{secrets.S3_LOGS_FOLDER}}
REDIS_HOST: redis
REDIS_HOST: localhost

jobs:
build:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Format and Lint Code with Ruff
run:
ruff format . --line-length=120
ruff format . --line-length=120 &&
ruff check . --fix

- name: Setup tmate session
Expand Down

0 comments on commit 6ee60bc

Please sign in to comment.