Skip to content

Commit

Permalink
Update pr_main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KochC authored Nov 18, 2024
1 parent d47be74 commit 20b4995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Run static analysis
run: |
cd example
cd example/example
flutter analyze --no-fatal-warnings
shell: bash

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Run static analysis
run: |
cd example
cd example/example_advanced
flutter analyze --no-fatal-warnings
shell: bash

Expand Down

0 comments on commit 20b4995

Please sign in to comment.