diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3429f73..5c0b6bae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,9 @@ env: CMAKE_CONFIG: RelWithDebInfo UV_VERSION: "0.9.0" +permissions: + contents: read + jobs: rustfmt: runs-on: ubuntu-24.04