Skip to content

Commit

Permalink
Merge pull request #7 from coolbeevip/improve-ci
Browse files Browse the repository at this point in the history
Improve CI
  • Loading branch information
coolbeevip authored Apr 4, 2024
2 parents df74181 + 00590a5 commit 4bcb5ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: "3.11"
- name: Code Linting
run: |
pip install poetry
pip install poetry
make lint
- name: Login to Docker Hub
uses: docker/login-action@v1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ install:
@poetry install

lint:
@poetry install
@poetry install --with lint
@poetry run black src
@poetry run isort --profile black src
@poetry run flake8 src
Expand Down

0 comments on commit 4bcb5ed

Please sign in to comment.