Skip to content

Commit

Permalink
Update to latest conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
heussd committed May 4, 2024
1 parent b4b21ec commit 0d118f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .auto.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ auto: \
.auto-Brewfile \
.auto-Stewfile \
.auto-pipx \
.auto-docker-compose.yml \
.auto-compose.yml \
.auto-vscode-packages \
.auto-$(OS_NAME) \
delete-old-states
Expand Down Expand Up @@ -67,10 +67,10 @@ auto: \
pip3 install --user --upgrade --requirement .requirements.txt && \
touch .auto-requirements.txt

.auto-docker-compose.yml: .docker-compose.yml
.auto-compose.yml: .compose.yml
@-command -v docker &> /dev/null && \
docker-compose -f .docker-compose.yml pull && \
touch .auto-docker-compose.yml
docker compose -f .compose.yml pull && \
touch .auto-compose.yml

.auto-vscode-packages: .vscode-packages
@-command -v code &> /dev/null && \
Expand Down
1 change: 0 additions & 1 deletion .docker-compose.yml → .compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
babellint:
image: ghcr.io/heussd/babellint:main

0 comments on commit 0d118f9

Please sign in to comment.