Skip to content

Commit

Permalink
check formatting on 2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
robbecker-wf committed May 13, 2024
1 parent bb154ad commit 0053604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dart run dependency_validator
- name: Check formatting
run: dart format -l 120 --output=none --set-exit-if-changed .
if: ${{ matrix.sdk == '2.18.7' }}
if: ${{ matrix.sdk == '2.19.6' }}
- name: Analyze project source
run: dart analyze
- name: Run tests
Expand Down

0 comments on commit 0053604

Please sign in to comment.