about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlex Macleod <alex@macleod.io>2024-08-05 14:08:04 +0000
committerAlex Macleod <alex@macleod.io>2024-08-12 20:24:46 +0000
commit182cd5f2785ae77f3a05cf75ee301ed8850c8d0a (patch)
tree29162880d225a6b9afed03ce405bb10844f9d39d /.github/workflows
parent88271075267a3d7172f07777cc8c3d5a6ba2f7a2 (diff)
downloadrust-182cd5f2785ae77f3a05cf75ee301ed8850c8d0a.tar.gz
rust-182cd5f2785ae77f3a05cf75ee301ed8850c8d0a.zip
Replace the metadata collector with tests
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/clippy_bors.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml
index 10e18e84c89..2aa13313fa5 100644
--- a/.github/workflows/clippy_bors.yml
+++ b/.github/workflows/clippy_bors.yml
@@ -136,11 +136,6 @@ jobs:
     - name: Test metadata collection
       run: cargo collect-metadata
 
-    - name: Test lint_configuration.md is up-to-date
-      run: |
-        echo "run \`cargo collect-metadata\` if this fails"
-        git update-index --refresh
-
   integration_build:
     needs: changelog
     runs-on: ubuntu-latest