Merge commit '1480cea393' into clippyup

This commit is contained in:
Philipp Krones 2023-01-27 21:09:08 +01:00
commit 1dd773175a
No known key found for this signature in database
GPG key ID: 1CA0DF2AF59D68A5
57 changed files with 2262 additions and 304 deletions

View file

@ -157,6 +157,11 @@ 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