From 3416571c4458d5baca8bcb3339c525ba7d384220 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Thu, 21 May 2026 22:50:48 -0700 Subject: [PATCH] ci: let clippy write annotations This was inadvertantly removed in #2370; we still did want this permission for this one check. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f90f148db..948c3af83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,8 @@ jobs: # Check that clippy is appeased clippy: + permissions: + checks: write runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2