From cbfb3e5bd9957446448c5d37dfed79a1ad8f7612 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 22 Aug 2026 20:44:35 +0100 Subject: [PATCH] Delete Mustfile Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com> --- Mustfile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Mustfile diff --git a/Mustfile b/Mustfile deleted file mode 100644 index 2516d22..0000000 --- a/Mustfile +++ /dev/null @@ -1,14 +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 -