ci: add permissions

This commit is contained in:
2025-04-12 05:52:37 +02:00
parent 53ef0f2e15
commit 4aeddb7845

View File

@@ -6,6 +6,10 @@ on:
pull_request:
branches: [master]
permissions:
contents: read
checks: write
jobs:
build:
runs-on: ubuntu-latest
@@ -73,7 +77,6 @@ jobs:
if: always()
with:
report-path: build/reports/ktlint/**/*.xml
# ignore-warnings: true # Ignore Lint Warnings
continue-on-error: false
test: