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
@@ -8,6 +8,8 @@ on:
jobs:
buildI18n:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Python Setup
uses: actions/setup-python@v6