Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from CoolCoderCarl/develop
Browse files Browse the repository at this point in the history
Update build.yaml
  • Loading branch information
CoolCoderCarl authored May 18, 2022
2 parents 2c08bb6 + 1b0c4ca commit 26cab14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
code_quality:
runs-on: ubuntu-latest
name: Checks with blacks, isort
name: Checks with black and isort
container: python:3.9

steps:
Expand All @@ -17,7 +17,6 @@ jobs:
- name: Run script
run: |
pip install -r requirements.txt
ls -la
- name: Black check
run:
Expand Down
1 change: 1 addition & 0 deletions butler.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
target_dir_name = "ALL"


# Delete files by mask or exclude deletion
def clean_the_dir(path_to_clean: str):
if args.clean == "/":
print("It is totally not great idea to remove all things")
Expand Down

0 comments on commit 26cab14

Please sign in to comment.