mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
fix: Give linter check write permission
This commit is contained in:
parent
bdcde61ab2
commit
da2db9fd50
1 changed files with 3 additions and 0 deletions
3
.github/workflows/lint-deps-check.yaml
vendored
3
.github/workflows/lint-deps-check.yaml
vendored
|
@ -8,6 +8,9 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
checks: write
|
||||
|
||||
jobs:
|
||||
run-checks:
|
||||
name: Run checks
|
||||
|
|
Loading…
Reference in a new issue