0.1.1 • Published 4 years ago

@moneyforward/code-review-action-coffeelint-plugin v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Code review using CoffeeLint

Analyze code statically by using CoffeeLint in Github actions

Inputs

files

Specify files or directories

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

options

Changes coffeelint command line options.

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

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:
  coffeelint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Analyze code statically using CoffeeLint
        uses: moneyforward/coffeelint-action@v0

Contributing

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

License

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