Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bolyachevets committed Sep 5, 2024
1 parent ed314ed commit bee455d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auth-queue-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@ jobs:
- name: Install dependencies
run: |
make setup
pwd
ls
- name: Lint with pylint
id: pylint
run: |
pwd
ls
make pylint
- name: Lint with flake8
id: flake8
Expand Down
2 changes: 2 additions & 0 deletions queue_services/auth-queue/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ install: clean ## Install python virtrual environment
install-dev: ## Instal development dependencies
poetry add --dev pylint astroid
poetry install --with dev
pwd
ls

#################################################################################
# COMMANDS - CI #
Expand Down

0 comments on commit bee455d

Please sign in to comment.