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 7d1609d commit dc5ce48Copy full SHA for dc5ce48
.github/workflows/clippy_bors.yml
@@ -157,6 +157,11 @@ jobs:
157
- name: Test metadata collection
158
run: cargo collect-metadata
159
160
+ - name: Test lint_configuration.md is up-to-date
161
+ run: |
162
+ echo "run \`cargo collect-metadata\` if this fails"
163
+ git update-index --refresh
164
+
165
integration_build:
166
needs: changelog
167
runs-on: ubuntu-latest
.github/workflows/remark.yml
@@ -33,9 +33,6 @@ jobs:
33
echo `pwd`/mdbook >> $GITHUB_PATH
34
35
# Run
36
- - name: cargo collect-metadata
37
- run: cargo collect-metadata
38
-
39
- name: Check *.md files
40
run: git ls-files -z '*.md' | xargs -0 -n 1 -I {} ./node_modules/.bin/remark {} -u lint -f > /dev/null
41
0 commit comments