.github/workflows/lint.yml: Add task verifying annotations are up2date

This commit is contained in:
Gregory Igelmund 2023-10-14 11:22:40 +08:00
parent a4edd3fd04
commit aa573ce1bb
No known key found for this signature in database
GPG key ID: 7014FB8C0081D485
3 changed files with 29 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# NOTE: only doing this in development as some production environments (Heroku)
# NOTE: are sensitive to local FS writes, and besides -- it's just not proper
# NOTE: to have a dev-mode tool do its thing in production.
if Rails.env.development?
if Rails.env.development? || Rails.env.test?
task :set_annotation_options => :environment do
# You can override any of these by setting an environment variable of the
# same name.