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