Skip to content

Document how to wrap a field React component into Flow component #139

Document how to wrap a field React component into Flow component

Document how to wrap a field React component into Flow component #139

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
alex:
name: runner / alex
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-alex@v1
with:
github_token: ${{ secrets.github_token }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
reporter: github-pr-review
# Change reporter level if you need.
# GitHub Status Check won't become failure with warning.
level: warning