Skip to content

Add mbake to lint stage (#765) #428

Add mbake to lint stage (#765)

Add mbake to lint stage (#765) #428

Workflow file for this run

name: Validate SDK with Splunk AppInspect
on:
push:
branches: [develop, master]
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
appinspect:
name: Run AppInspect
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
persist-credentials: false
- uses: ./.github/actions/setup-sdk-environment
with:
python-version: 3.13
deps-group: lint
- name: Run AppInspect
uses: ./.github/actions/run-appinspect