You've already forked twofactorauth
mirror of
https://github.com/token2/twofactorauth.git
synced 2026-03-13 11:16:05 -07:00
I'm just making a simple verification script to ensure that we don't merge any breaking Yaml code. It's really simple.
6 lines
71 B
Ruby
6 lines
71 B
Ruby
task :default => [:verify]
|
|
|
|
task :verify do
|
|
ruby "./verify.rb"
|
|
end
|