.github/workflows/linters.yml in cm-admin-1.5.9 vs .github/workflows/linters.yml in cm-admin-1.5.10
- old
+ new
@@ -17,13 +17,9 @@
with:
rubocop_version: 1.30.0
rubocop_extensions: rubocop-rails:2.14.2
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check # Possible values are github-pr-check, github-pr-review
- - name: reek
- uses: reviewdog/action-reek@v1
- with:
- reek_version: 6.1.1
- uses: actions/checkout@v3
- name: stylelint
uses: reviewdog/action-stylelint@v1
with:
reporter: github-pr-review # Change reporter.