Make rspec.yml workflow name more specific, run on all pushes #8
Annotations
1 error, 1 warning, and 3 notices
build
Error: input ruby-version needs to be specified if no .ruby-version or .tool-versions file exists
at parseRubyEngineAndVersion (/home/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65856:13)
at setupRuby (/home/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65787:35)
at run (/home/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65761:11)
at /home/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65958:40
at /home/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65960:3
at Object.<anonymous> (/home/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:65963:12)
at Module._compile (node:internal/modules/cjs/loader:1358:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
at Module.load (node:internal/modules/cjs/loader:1208:32)
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
[rubocop] Gemfile#L16 <Layout/IndentationWidth>:
Gemfile#L16
Use 2 (not 4) spaces for indentation.
|
[rubocop] Gemfile#L16 <Style/StringLiterals>:
Gemfile#L16
Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
[rubocop] Gemfile#L17 <Style/StringLiterals>:
Gemfile#L17
Prefer single-quoted strings when you don't need string interpolation or special symbols.
|