@moneyforward/code-review-action-querly-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Code review using Querly

Analyze code statically by using Querly in Github actions

Inputs

files

Specify files or directories

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

options

Changes querly command line options.

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

working_directory

Changes the current working directory of the Node.js process

Example usage

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

Contributing

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

License

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

Readme

Keywords

Package Sidebar

Install

npm i @moneyforward/code-review-action-querly-plugin

Weekly Downloads

19

Version

0.1.1

License

MIT

Unpacked Size

17.8 kB

Total Files

13

Last publish

Collaborators

  • oss-frontend-moneyforward
  • ichikawa.takashi
  • mf-admin