Skip to content

Commit

Permalink
Add execution permission
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewsrc committed Nov 1, 2023
1 parent 1407c5a commit a297409
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ install:

format:
@echo "Formatting all projects with black"
chmod +x lint.sh
./format.sh

lint:
Expand All @@ -18,6 +19,7 @@ lint:

test:
@echo "Testing all projects with pytest"
chmod +x lint.sh
./test.sh

docker-build:
Expand Down

0 comments on commit a297409

Please sign in to comment.