Files
vaultwarden/Makefile
Lester Guerzon 7fe84999e8 feat: yubico and duo as secretkeys (#114)
* 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>
2024-09-01 15:53:58 +08:00

9 lines
96 B
Makefile

lint:
ct lint --target-branch main
test:
ct install --target-branch main
.PHONY: lint test