Code review using Querly
ActionsTags
(1)Analyze code statically by using Querly in Github actions
Specify files or directories
(Multiple files or directories can be specified by separating them with line feed)
Changes querly command line options.
Specify the options in JSON array format.
e.g.: '["--rule", "rule1"]'
Changes the current working directory of the Node.js process
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@v0Bug reports and pull requests are welcome on GitHub at https://github.com/moneyforward/querly-action
The gem is available as open source under the terms of the MIT License.
Code review using Querly 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.