We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3566d16 commit 283ddbdCopy full SHA for 283ddbd
.github/workflows/ci.yml
@@ -158,10 +158,10 @@ jobs:
158
steps:
159
- uses: actions/checkout@v2
160
- name: Check that examples are present in both README and Cargo
161
- uses: Weibye/action-internal-link-consistency@1.0.1
+ uses: Weibye/action-internal-link-consistency@1.1.0
162
with:
163
source: './examples/'
164
targets: '[ "./Cargo.toml", "./examples/README.md" ]'
165
- file-types: '["rs"]'
+ file-types: '[".rs"]'
166
exclude-folders: '["./examples/ios"]'
167
exclude-files: '[]'
0 commit comments