Skip to content

Commit f97dc86

Browse files
fix
1 parent b285231 commit f97dc86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/on-pr-push-code-check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
id: check_files
1616
uses: andstor/file-existence-action@v1
1717
with:
18-
files:
19-
- 'pubspec.yaml'
20-
- 'tools/add_imports/pubspec.yaml'
18+
files: 'pubspec.yaml, tools/add_imports/pubspec.yaml'
2119

2220
- name: Early exit
2321
if: steps.check_files.outputs.files_exists == 'false'

0 commit comments

Comments
 (0)