Skip to content
Prev Previous commit
Next Next commit
fix dart package analyzer
  • Loading branch information
marandaneto committed Oct 7, 2020
commit fd99501efbe87690bc95027f45bf002c58f48360
3 changes: 2 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: axel-op/dart-package-analyzer@v2
- uses: axel-op/dart-package-analyzer@v3
id: analysis
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
relativePath: dart/
- name: Check scores
# TODO: Once 1.0.0 lands, change min maintenance points to 100
run: |
Expand Down