Skip to content

Bump splunk-packaging-toolkit from 1.0.1 to 1.2.4 #175

Bump splunk-packaging-toolkit from 1.0.1 to 1.2.4

Bump splunk-packaging-toolkit from 1.0.1 to 1.2.4 #175

Workflow file for this run

name: Continues Integration
on: [ push, pull_request, workflow_dispatch ]
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v4
- name: setup python 3
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: install dependencies
run: make getdeps && pip3 install -r requirements-dev.txt
- name: run tests
run: make test
- name: run linter
run: make lint