Skip to content

Commit

Permalink
Update rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron authored Nov 28, 2023
1 parent ac6fee3 commit 107515f
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Rubocop

on: [push]

on: [pull_request]
jobs:
build:
rubocop:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Rubocop Linter Action
uses: andrewmcodes/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run rubocop
run: rubocop spec

0 comments on commit 107515f

Please sign in to comment.