Skip to content

Bump to 3.0.1a0 for proper bookkeeping, bump up dependency on ourselv… #334

Bump to 3.0.1a0 for proper bookkeeping, bump up dependency on ourselv…

Bump to 3.0.1a0 for proper bookkeeping, bump up dependency on ourselv… #334

Workflow file for this run

name: Validate SDK with Splunk AppInspect
on: [push, workflow_dispatch]
env:
PYTHON_VERSION: 3.13
jobs:
appinspect:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
persist-credentials: false
- uses: ./.github/actions/setup-sdk-environment
with:
python-version: ${{ env.PYTHON_VERSION }}
deps-group: lint
- name: Run AppInspect
uses: ./.github/actions/run-appinspect