We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7986f77 commit 2156969Copy full SHA for 2156969
Makefile
@@ -119,11 +119,10 @@ compose/rebuild: env
119
docker-compose --profile lint build --no-cache
120
docker-compose --profile testing build --no-cache
121
122
-compose/lint/markdown: env
123
- docker-compose --profile lint build
+compose/lint/markdown: compose/build
124
docker-compose --profile lint run --rm algorithm-exercises-py-lint make lint/markdown
125
126
-compose/lint/yaml: env
+compose/lint/yaml: compose/build
127
docker-compose --profile lint run --rm algorithm-exercises-py-lint make lint/yaml
128
129
compose/test/styling: compose/build
0 commit comments