ci: 💚 Rubocop step added to main workflow

This commit is contained in:
Juan Rodriguez
2021-06-15 10:48:29 -05:00
parent e9e7c22bfc
commit 391c62e99a
5 changed files with 26 additions and 2 deletions
-1
View File
@@ -25,7 +25,6 @@ COPY ./entrypoint.dev.sh /usr/bin/entrypoint.sh
RUN chmod +x /usr/bin/entrypoint.sh
RUN gem install bundler --version "$BUNDLE_VERSION"
RUN gem install rubocop
COPY . .