Skip to content

Commit 7270ab7

Browse files
committed
Fixed CI example check #2
1 parent ff9a594 commit 7270ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
source: './examples/'
289289
targets: '[ "./Cargo.toml", "./examples/README.md" ]'
290290
file-types: '[".rs"]'
291-
exclude-folders: '["./examples/ios", "./examples/android]'
291+
exclude-folders: '["./examples/ios", "./examples/android"]'
292292
exclude-files: '[]'
293293

294294
check-unused-dependencies:

0 commit comments

Comments
 (0)