Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Bump splunk-sdk from 2.0.1 to 2.0.2 #67

Bump splunk-sdk from 2.0.1 to 2.0.2

Bump splunk-sdk from 2.0.1 to 2.0.2 #67

Workflow file for this run

---
name: Run Shellcheck
"on":
push:
branches:
- main # Set a branch to deploy
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2148