Skip to content

Bump braces from 3.0.2 to 3.0.3 in /web #34

Bump braces from 3.0.2 to 3.0.3 in /web

Bump braces from 3.0.2 to 3.0.3 in /web #34

Workflow file for this run

name: pull request
on:
pull_request:
jobs:
languagetool:
name: languagetool
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-languagetool@v1
with:
reporter: github-pr-review
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-shellcheck@v1
with:
reporter: github-pr-review
fail_on_error: true
alex:
name: alex
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-alex@v1
with:
reporter: github-pr-review
level: info