Skip to content

Merge pull request #114 from RatakondalaArun/fix/analyze #119

Merge pull request #114 from RatakondalaArun/fix/analyze

Merge pull request #114 from RatakondalaArun/fix/analyze #119

Workflow file for this run

name: Dart Code Analysis
on: [push]
jobs:
package-analysis:
name: Code Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: axel-op/dart-package-analyzer@v3
id: analysis
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}