Skip to content

Update cidr_expression to match changes in pySigma #23

Update cidr_expression to match changes in pySigma

Update cidr_expression to match changes in pySigma #23

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.10"
- name: Install Coookiecutter
run: python3 -m pip install --user cookiecutter
- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: "1.1"
- name: Run tests
run: cookiecutter --no-input .