Skip to content

Commit

Permalink
Merge pull request #20 from solid-software/static_analysis_step
Browse files Browse the repository at this point in the history
Add static analysis step
  • Loading branch information
solid-yuriiprykhodko authored Apr 5, 2024
2 parents 662f834 + f54fcbb commit 478d412
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
if: steps.check_files.outputs.files_exists == 'true'
run: flutter pub get

- name: Run static code analysis
if: steps.check_files.outputs.files_exists == 'true'
uses: invertase/github-action-dart-analyzer@v1

- name: Run custom_lint
if: steps.check_files.outputs.files_exists == 'true'
run: dart run custom_lint
Expand Down

0 comments on commit 478d412

Please sign in to comment.