/ Mustfile
Mustfile
1 # SPDX-License-Identifier: AGPL-3.0-or-later 2 # Mustfile - hyperpolymath mandatory checks 3 # See: https://github.com/hyperpolymath/mustfile 4 5 version: 1 6 7 checks: 8 - name: security 9 run: just lint 10 - name: tests 11 run: just test 12 - name: format 13 run: just fmt 14