From eeaff369827b7a337ebaf0c19d798a0ce0e68b6c Mon Sep 17 00:00:00 2001 From: JanHoefelmeyer Date: Wed, 8 Nov 2023 10:54:56 +0100 Subject: [PATCH] . --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 60ab4ef..022647b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -6,9 +6,9 @@ jobs: test: runs-on: ubuntu-latest permissions: - # Required to checkout the code + # Required to checkout the code. contents: read - # Required to put a comment into the pull-request + # Required to put a comment into the pull-request. pull-requests: write steps: - uses: actions/checkout@v4