mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 08:44:30 +00:00
chore(ci): update workflows
This commit is contained in:
6
.github/workflows/linters.yml
vendored
6
.github/workflows/linters.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user