diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d835b1d..164c13f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,9 @@ env: # If set, uv will run without updating the uv.lock file. Equivalent to the `uv run --frozen`. UV_FROZEN: "1" +permissions: + contents: read + jobs: lint: name: Lint (ruff + mypy + validate pyproject.toml)