From 48a1c5749aff6fe848511ec3e8a399c61af88677 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 17 Jun 2026 05:39:58 +0100 Subject: [PATCH] Delete consent-aware-http/Mustfile Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com> --- consent-aware-http/Mustfile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 consent-aware-http/Mustfile diff --git a/consent-aware-http/Mustfile b/consent-aware-http/Mustfile deleted file mode 100644 index 5f075413..00000000 --- a/consent-aware-http/Mustfile +++ /dev/null @@ -1,13 +0,0 @@ -# SPDX-License-Identifier: MPL-2.0 -# Mustfile - hyperpolymath mandatory checks -# See: https://github.com/hyperpolymath/mustfile - -version: 1 - -checks: - - name: security - run: just lint - - name: tests - run: just test - - name: format - run: just fmt