Skip to content

Commit

Permalink
Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Dec 24, 2024
1 parent ea53e56 commit 98cc95b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ jobs:
run: dart format --set-exit-if-changed .
if: matrix.package_path != 'website' && matrix.channel == 'master'

- name: Check
run: ls -la .

- name: Check2
run: |
if test -d "integration/build_yaml"; then
flutter pub get integration/build_yaml
fi
- name: Analyze
run: flutter analyze
if: matrix.channel == 'master'
Expand Down

0 comments on commit 98cc95b

Please sign in to comment.