1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-26 20:54:21 +01:00
fab-manager/.gitlab-ci.yml

9 lines
180 B
YAML
Raw Normal View History

2022-07-13 11:00:38 +02:00
rubocop:
2022-07-13 11:04:24 +02:00
stage: test
only:
- dev
2022-07-13 11:18:50 +02:00
image: sleede/rubocop-fm:latest
2022-07-13 11:00:38 +02:00
script:
- git diff --name-only master --diff-filter AMT | grep \\.rb$ | xargs bundle exec rubocop