Add permissions to test and linting jobs

This commit is contained in:
Veronica Berglyd Olsen
2025-10-27 21:18:26 +01:00
parent 2d191c87a0
commit 7bbd2042ae
5 changed files with 10 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@ on:
jobs:
testWin:
runs-on: windows-latest
permissions:
contents: read
steps:
- name: Checkout Source
uses: actions/checkout@v5