Add write pernissions to automated lint action

This commit is contained in:
Bnyro 2023-04-10 08:36:31 +02:00 committed by GitHub
parent 992a6e2724
commit ad20a1821f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
name: reviewdog
on: [pull_request]
permissions: write-all
jobs:
ktlint:
name: Check Code Quality