From 7352d3035bb7881fc87e596b754e46bf35136ca9 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 30 Jan 2024 22:58:48 +0100 Subject: [PATCH] clang-*.yml: Fix accidental trailing whitespace --- .github/workflows/clang-format.yml | 2 +- .github/workflows/clang-tidy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 0726663e..1bae16f3 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -35,7 +35,7 @@ on: schedule: - cron: '0 2 * * 5' # Every Friday at 2am workflow_dispatch: - + permissions: contents: read diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index c8d4aeca..a03c8702 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -35,7 +35,7 @@ on: schedule: - cron: '0 2 * * 5' # Every Friday at 2am workflow_dispatch: - + permissions: contents: read