Skip to content

Commit

Permalink
Cannot analyze with overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Aug 31, 2024
1 parent 5bd0521 commit cdef08d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
channel: main
- uses: flame-engine/[email protected]

analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: main
cache: true
- name: "Analyze"
run: flutter analyze --fatal-infos
# analyze:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: subosito/flutter-action@v2
# with:
# channel: main
# cache: true
# - name: "Analyze"
# run: flutter analyze --fatal-infos

0 comments on commit cdef08d

Please sign in to comment.