Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Mustfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# SPDX-License-Identifier: MPL-2.0
# Mustfile — hyperpolymath mandatory checks
# See: https://github.com/hyperpolymath/mustfile
#
# Declarative contract of checks that MUST pass. Each maps to a recipe
# that already exists in this repo's Justfile.
version: 1

checks:
- name: security
run: just lint
- name: tests
run: just test
- name: format
run: just fmt
Loading