mirror of
https://github.com/outbackdingo/vaultwarden.git
synced 2026-01-27 18:20:49 +00:00
* feat: Yubikey as secrets * feat: Duo settings as secrets * test: minor testing improvement * fix: broken links in chart documentation * fix: outdated SMTP documentation --------- Signed-off-by: Lester Guerzon <guerzon@proton.me>
9 lines
96 B
Makefile
9 lines
96 B
Makefile
|
|
lint:
|
|
ct lint --target-branch main
|
|
|
|
test:
|
|
ct install --target-branch main
|
|
|
|
.PHONY: lint test
|