mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-10-12 21:54:59 +08:00
12 lines
147 B
YAML
12 lines
147 B
YAML
on:
|
|
workflow_dispatch:
|
|
pull_request:
|
|
|
|
name: "Test"
|
|
permissions: {}
|
|
|
|
jobs:
|
|
shellcheck:
|
|
name: Test
|
|
uses: ./.github/workflows/check.yml
|