mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 07:51:20 +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:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
checks: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-checks:
|
run-checks:
|
||||||
name: Run checks
|
name: Run checks
|
||||||
|
|
Loading…
Reference in a new issue