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
+4
View File
@@ -9,6 +9,10 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@master
- name: RuboCop Linter Action
uses: andrewmcodes/rubocop-linter-action@v3.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create master.key
uses: finnp/create-file-action@master
env: