.github/workflows/linters.yml in cm-admin-2.1.3 vs .github/workflows/linters.yml in cm-admin-2.1.4
- old
+ new
@@ -9,23 +9,19 @@
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
- ruby-version: 3.0.0
+ ruby-version: 3.3
- name: rubocop
- uses: reviewdog/action-rubocop@v1
+ uses: reviewdog/action-rubocop@v2
with:
- rubocop_version: 1.30.0
- rubocop_extensions: rubocop-rails:2.14.2
+ rubocop_version: 1.66.1
+ rubocop_extensions: rubocop-rails:2.26.2
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check # Possible values are github-pr-check, github-pr-review
- uses: actions/checkout@v4
- name: stylelint
uses: reviewdog/action-stylelint@v1
with:
reporter: github-pr-review # Change reporter.
stylelint_input: '**/*.scss'
- - name: coffeelint
- uses: reviewdog/action-coffeelint@v1
- with:
- reporter: github-pr-review