From b47d6477b7d417bba13c5b31225a0aa73259629d Mon Sep 17 00:00:00 2001 From: Felix de Maneville Date: Mon, 7 Mar 2022 09:52:28 +0100 Subject: [PATCH] Fixed CI example check #2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c8fedfaa7ce2..b072a500183e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -288,7 +288,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: