We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94eb799 commit cedd7c2Copy full SHA for cedd7c2
.github/workflows/ci.yml
@@ -54,8 +54,8 @@ jobs:
54
if [[ "$DART_VERSION" =~ ^3 ]]; then
55
./tool/delete_dart_2_only_files.sh
56
./tool/update_tests_for_dart_3.sh
57
+ # Stage these changes so they don't show up in the generated file `git diff` check below
58
git add .
- git commit -m "Commit Dart-2-only removals so they don't interfere with the generated file git diff check below"
59
fi
60
61
# Analyze before generated files are created to verify that component boilerplate analysis is "clean" without the need for building
0 commit comments