Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GerritPotgieter authored Jun 1, 2024
1 parent 34e3c97 commit 4f011d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:
VALIDATE_ALL_CODEBASE: false # Only validate changed files
VALIDATE_FLUTTER: true # Enable Flutter validation
VALIDATE_DART: true # Enable Dart validation

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4f011d2

Please sign in to comment.