Skip to content

Commit

Permalink
Merge pull request #471 from sanjain-progress/sanjain/2522-chefstyle-…
Browse files Browse the repository at this point in the history
…linting

Use chefstyle linting
  • Loading branch information
tas50 authored Feb 1, 2022
2 parents 9de383c + 7cfbc85 commit e99ccae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
updates:
-
---
updates:
-
directory: /
open-pull-requests-limit: 10
package-ecosystem: bundler
schedule:
schedule:
interval: daily
version: 2
3 changes: 2 additions & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake style
- uses: r7kamura/rubocop-problem-matchers-action@v1
- run: bundle exec chefstyle

0 comments on commit e99ccae

Please sign in to comment.