Skip to content

Code review using Goodcheck

Actions

About

Analyze code statically using Goodcheck in Github actions
v0.0.1
Latest
Star (1)

Tags

 (1)

Code review using Goodcheck

Analyze code statically by using Goodcheck in Github actions

Inputs

files

Specify files or directories

(Multiple files or directories can be specified by separating them with line feed)

options

Changes goodcheck command line options.

Specify the options in JSON array format. e.g.: '["-R", "rule1"]'

working_directory

Changes the current working directory of the Node.js process

reporter_type_notation

Change the reporter.

(Multiple can be specified separated by commas)

Example usage

name: Analyze code statically
"on": pull_request
jobs:
  goodcheck:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Analyze code statically using Goodcheck
        uses: moneyforward/goodcheck-action@v0

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/moneyforward/goodcheck-action

License

The gem is available as open source under the terms of the MIT License.

Code review using Goodcheck is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Analyze code statically using Goodcheck in Github actions
v0.0.1
Latest

Tags

 (1)

Code review using Goodcheck is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.