Skip to content

Commit fc4b78d

Browse files
fix(ci): address failing checks on PR #486 (attempt 1/3)
1 parent 1c86991 commit fc4b78d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,13 @@ jobs:
5151
verify-semantic-pull-request:
5252
uses: ./.github/workflows/semantic_pull_request.yml
5353
with:
54-
scopes: "dart_package, deps, flutter_package, pana, semantic_pull_request, spell_check"
54+
scopes: |
55+
dart_package
56+
deps
57+
flutter_package
58+
pana
59+
semantic_pull_request
60+
spell_check
5561
5662
verify-spell-check:
5763
uses: ./.github/workflows/spell_check.yml

0 commit comments

Comments
 (0)