Skip to content

Commit

Permalink
fixup! feat: create docker build system
Browse files Browse the repository at this point in the history
  • Loading branch information
madwort committed Jan 19, 2024
1 parent 0740cd9 commit 64abcd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ check: devenv
check "$BIN/ruff format --diff --quiet ."
check "$BIN/ruff check --show-source ."
check "docker run --rm -i ghcr.io/hadolint/hadolint:v2.12.0-alpine < docker/Dockerfile"
check "docker run --rm -i ghcr.io/hadolint/hadolint:v2.12.0-alpine < Dockerfile"
check "{{ just_executable() }} assets/lint"

if [[ $failed > 0 ]]; then
Expand Down

0 comments on commit 64abcd9

Please sign in to comment.