Skip to content

Commit 7b46328

Browse files
committed
Add Mustfile
1 parent ecd92c3 commit 7b46328

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Mustfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+

0 commit comments

Comments
 (0)