Skip to content

Implemented changes described in comments in the previous PR #27

Implemented changes described in comments in the previous PR

Implemented changes described in comments in the previous PR #27

Workflow file for this run

name: tests ci
# This workflow runs the pipeline with the minimal test dataset to check
# is completed without any errors
on:
pull_request:
jobs:
test_ci:
name: Code testing
runs-on: ubuntu-latest
steps:
- name: Check out pipeline code
uses: actions/checkout@v4
- name: Install taranis
run: pip install .
- name: test analyze schema
run: taranis --help