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 981645b commit b7dc464Copy full SHA for b7dc464
src/tools/rust-analyzer/.github/workflows/metrics.yaml
@@ -129,7 +129,7 @@ jobs:
129
chmod 700 ~/.ssh
130
131
git clone --depth 1 git@github.com:rust-analyzer/metrics.git
132
- jq -s ".[0] * .[1] * .[2] * .[3] * .[4] * .[5]" build.json self.json rustc_tests.json ripgrep-13.0.0.json webrender-2022.json diesel-1.4.8.json hyper-0.14.18.json -c >> metrics/metrics.json
+ jq -s ".[0] * .[1] * .[2] * .[3] * .[4] * .[5]" build.json self.json ripgrep-13.0.0.json webrender-2022.json diesel-1.4.8.json hyper-0.14.18.json -c >> metrics/metrics.json
133
cd metrics
134
git add .
135
git -c user.name=Bot -c user.email=dummy@example.com commit --message 📈
0 commit comments