ci: update workflows (#83)

* ci: update workflows

* Revert
This commit is contained in:
Caner Karaca
2025-01-27 12:13:18 +03:00
committed by GitHub
parent 4ed362bea4
commit 25b57204ef
10 changed files with 93 additions and 65 deletions

View File

@@ -6,13 +6,15 @@ on:
- 'next'
paths:
- '.github/workflows/rustfmt.yml'
- 'userspace/ksud/**'
- 'userspace/ksud_magic/**'
- 'userspace/ksud_overlayfs/**'
pull_request:
branches:
- 'next'
paths:
- '.github/workflows/rustfmt.yml'
- 'userspace/ksud/**'
- 'userspace/ksud_magic/**'
- 'userspace/ksud_overlayfs/**'
permissions:
checks: write
@@ -30,4 +32,9 @@ jobs:
- uses: LoliGothick/rustfmt-check@master
with:
token: ${{ github.token }}
working-directory: userspace/ksud
working-directory: userspace/ksud_magic
- uses: LoliGothick/rustfmt-check@master
with:
token: ${{ github.token }}
working-directory: userspace/ksud_overlayfs