mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
22 lines
376 B
YAML
22 lines
376 B
YAML
on:
|
|
push:
|
|
branches-ignore:
|
|
- master
|
|
paths:
|
|
- '**/*.sh'
|
|
- '.github/workflows/test.yml'
|
|
- '.github/workflows/check.yml'
|
|
|
|
pull_request:
|
|
paths:
|
|
- '**/*.sh'
|
|
- '.github/workflows/test.yml'
|
|
- '.github/workflows/check.yml'
|
|
|
|
name: "Test"
|
|
permissions: {}
|
|
|
|
jobs:
|
|
shellcheck:
|
|
uses: ./.github/workflows/check.yml
|