From 9755ce3ded2306781a86e7adea5b6d6a7e6e1fc4 Mon Sep 17 00:00:00 2001 From: Robbin Janssen Date: Tue, 5 Sep 2023 09:41:39 +0200 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d52d0e9..6c5c7ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,6 +36,8 @@ jobs: check-code-style: name: 💅🏻 Check code style runs-on: ubuntu-latest + permissions: + contents: write steps: - name: 📥 Checkout repository