Skip to content

Bump @types/gulp-if from 0.0.34 to 3.0.4 #211

Bump @types/gulp-if from 0.0.34 to 3.0.4

Bump @types/gulp-if from 0.0.34 to 3.0.4 #211

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-eslint@v1
with:
reporter: github-pr-review
eslint_flags: 'src/'
- name: misspell
uses: reviewdog/action-misspell@v1
with:
locale: "US"
pattern: |
*.ts
*.yml
- uses: reviewdog/action-languagetool@v1
with:
reporter: github-pr-review
level: info
- uses: EPMatt/reviewdog-action-tsc@v1
with:
reporter: github-pr-review
level: warning
- uses: reviewdog/action-yamllint@v1
with:
reporter: github-pr-review
- uses: reviewdog/action-actionlint@v1