Skip to content

tk0miya/action-steep

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action: Run steep with reviewdog 🐶

This action runs steep with reviewdog on pull requests to improve code review experience.

Inputs

github_token

GITHUB_TOKEN. Default is ${{ github.token }}.

level

Optional. Report level for reviewdog [info, warning, error]. The default is error.

reporter

Optional. Reporter of reviewdog command [github-pr-check, github-check, github-pr-review]. The default is github-pr-review.

filter_mode

Optional. Filtering mode for the reviewdog command [added, diff_context, file, nofilter]. Default is added.

use_bundler

Optional. Run Steep with bundle exec. Default: true.

instal_rbs_collection

Optional. Install rbs collection before steep check. Default: true.

steep_options

Optional. Options to steep check command. ex. --steepfile=PATH. Default: ""

Example usage

name: reviewdog
on: [pull_request]
jobs:
  steep:
    name: runner / steep
    runs-on: ubuntu-latest
    steps:
      - name: Check out code
        uses: actions/checkout@v3
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: 3.2.0
      - name: steep check
        uses: tk0miya/action-steep@v1

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published