Skip to content

Commit

Permalink
Fixed CI example check ManevilleF#2
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF authored and billyb2 committed May 17, 2022
1 parent fdd5f6a commit 98f3a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
source: './examples/'
targets: '[ "./Cargo.toml", "./examples/README.md" ]'
file-types: '[".rs"]'
exclude-folders: '["./examples/ios", "./examples/android]'
exclude-folders: '["./examples/ios", "./examples/android"]'
exclude-files: '[]'

check-unused-dependencies:
Expand Down

0 comments on commit 98f3a6e

Please sign in to comment.