[openstreetmap/openstreetmap-website] Add authorship check for config/locales (#2740)
mmd
notifications at github.com
Tue Jul 28 18:37:59 UTC 2020
@mmd-osm commented on this pull request.
> - - bundle exec rake db:migrate
- - bundle exec rake i18n:js:export
- - bundle exec rake yarn:install
-script:
- - bundle exec rubocop -f fuubar
- - bundle exec rake eslint
- - bundle exec erblint .
- - bundle exec brakeman -q
- - bundle exec rake db:structure:dump
- - sed -e "/idle_in_transaction_session_timeout/d" -e 's/ IMMUTABLE / /' -e "/^--/d" db/structure.sql > db/structure.actual
- - diff -uw db/structure.expected db/structure.actual
- - bundle exec rake test:db
+jobs:
+ include:
+ - name: "Locale Authorship"
+ install: skip
This one executes on "xenial". For consistency, maybe add "dist: bionic" as well?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2740#pullrequestreview-456905439
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200728/78526d94/attachment.htm>
More information about the rails-dev
mailing list