chore(ci): update workflows

This commit is contained in:
2025-03-08 02:27:49 +02:00
parent c119d4c20b
commit 4855e56f3c
7 changed files with 40 additions and 13 deletions

View File

@@ -4,15 +4,15 @@ name: reviewdog
on: [push]
permissions: read-all
jobs:
linters:
name: Linters
runs-on: self-hosted
permissions:
contents: write
workflows: write
permissions: write-all
steps:
- uses: actions/checkout@v4