Skip to content

chore(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 #134

chore(deps-dev): bump @types/jest from 29.5.13 to 29.5.14

chore(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 #134

Workflow file for this run

name: 'error-test'
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
error-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: axel-op/dart-package-analyzer@v3
id: analysis
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
relativePath: example/
- uses: ./ # Make sure that error messages will shown in the action page
with:
report: ${{ steps.analysis.outputs.json_output }}
min-pub-points: 999
min-convention-points: 999
min-documentation-points: 999
min-platform-points: 999
min-analysis-points: 999
min-dependency-points: 999
supported-SDKs: dart, flutter
supported-platforms: ios, android, linux, windows, macos, web