Skip to content

Update Loki entry to add value count feature #66

Update Loki entry to add value count feature

Update Loki entry to add value count feature #66

Workflow file for this run

name: Test
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
workflow_dispatch:
jobs:
test:
runs-on: 'ubuntu-20.04'
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Install dependencies
run: python -m pip install pysigma
- name: Run tests
run: python check_plugin_directory.py