refactor: Increased the duration of the Toast
Component from 3000ms to 5000ms
#411
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: reviewdog | |
on: [pull_request] | |
jobs: | |
vale: | |
name: runner / vale | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: errata-ai/vale-action@reviewdog | |
with: | |
files: all | |
fail_on_error: true | |
# github-pr-check, github-pr-review, github-check | |
reporter: github-pr-review | |
env: | |
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |