Analyze code statically by using Reek in Github actions
Specify files or directories
(Multiple files or directories can be specified by separating them with line feed)
Changes reek
command line options.
Specify the options in JSON array format.
e.g.: '["--smell", "NilCheck"]'
Changes the current working directory of the Node.js process
Change the reporter.
(Multiple can be specified separated by commas)
name: Analyze code statically
"on": pull_request
jobs:
reek:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Analyze code statically using Reek
uses: moneyforward/reek-action@v0
Bug reports and pull requests are welcome on GitHub at https://github.com/moneyforward/reek-action
The gem is available as open source under the terms of the MIT License.