ci(analysis): upgraded analyzer action to v3

This commit is contained in:
Harsh Bhikadia 2021-05-13 10:37:56 +05:30 committed by GitHub
parent 8eedb63f7b
commit 6f572b38cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,10 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # required
- uses: axel-op/dart-package-analyzer@stable
- uses: axel-op/dart-package-analyzer@v3
with:
# Required:
githubToken: ${{ secrets.GITHUB_TOKEN }}
# Optional:
#relativePath: packages/mypackage/
#minAnnotationLevel: info