0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-05 10:42:34 +08:00
discourse/plugins/discourse-calendar/vendor/holidays/definitions/Makefile
2025-07-15 16:38:05 +02:00

9 lines
118 B
Makefile
Vendored

default: validate
validate:
bundle exec ruby lib/validation/run.rb
test:
bundle exec rspec
.PHONY: validate,test