Skip to content

Commit

Permalink
Attempting to re-introduce the Rubovop linter to linters.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aldavigdis committed Nov 9, 2022
1 parent e7933da commit f4e8ff7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ jobs:
uses: StephaneBour/actions-php-lint@7.3
with:
dir: '.'
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Ruby version specified in `.ruby-version`
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop -c .rubocop.yml .vvv/

0 comments on commit f4e8ff7

Please sign in to comment.