File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v6
3030 - uses : jdx/mise-action@v3
31- - name : Run rubocop
32- run : |
33- gem install rubocop -v 1.58 --no-document
34- rubocop scripts/
31+ - run : mise lint:ruby
3532 python-lint :
3633 if : ${{ !startsWith(github.ref, 'refs/heads/gh-readonly-queue/') }}
3734 runs-on : ubuntu-24.04-arm
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ DOCS_RS=1 cargo clippy --all-targets --quiet --no-deps -- --deny=warnings
6161[tasks ."lint:unused-deps" ]
6262description = " Check for unused dependencies in Rust code."
6363tools.ruby = " latest"
64+ tools."gem:toml-rb" = " 4.1"
6465run = '''
65- gem install toml-rb --no-document
6666ruby scripts/linters/find_unused_deps.rb
6767'''
6868
@@ -90,8 +90,8 @@ golangci-lint run ./f3-sidecar ./interop-tests/src/tests/go_app
9090[tasks ."lint:ruby" ]
9191description = " Lint Ruby code using rubocop."
9292tools.ruby = " latest"
93+ tools."gem:rubocop" = " 1.58"
9394run = '''
94- gem install rubocop -v 1.58 --no-document
9595rubocop scripts/
9696'''
9797
You can’t perform that action at this time.
0 commit comments