Skip to content

[release-1.28] test: skip "should create a volume azuredisk with tag" test on Windows #2486

[release-1.28] test: skip "should create a volume azuredisk with tag" test on Windows

[release-1.28] test: skip "should create a volume azuredisk with tag" test on Windows #2486

Workflow file for this run

name: ShellCheck
on:
push:
tags:
- v*
branches:
- master
- release-*
pull_request:
branches:
- master
- release-*
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2034
with:
severity: warning
check_together: 'yes'
disable_matcher: false
ignore_paths: vendor release-tools hack
format: gcc