Skip to content

Ensure Kubernetes compatible format for Location when setting up driver #108

Ensure Kubernetes compatible format for Location when setting up driver

Ensure Kubernetes compatible format for Location when setting up driver #108

Workflow file for this run

name: ShellCheck
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/[email protected]
- 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