From a5115c0a15b3ccbd7384d82f21e2d37669523e42 Mon Sep 17 00:00:00 2001 From: Jory Severijnse Date: Tue, 17 Mar 2026 20:26:28 +0100 Subject: [PATCH] Fixed typo in metrics.yml --- .github/workflows/metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index 27b8af3..ec839ce 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -45,7 +45,7 @@ jobs: cargo install tokei tokei --output json > loc.json echo "Lines of code:" - tokei --type=Rust + tokei --types=Rust - name: Upload LOC metrics uses: actions/upload-artifact@v4