Skip to content

Fix lint warnings and repository ignores #2

Fix lint warnings and repository ignores

Fix lint warnings and repository ignores #2

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.14"]
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: pyproject.toml
- name: Install project
run: |
python -m pip install --upgrade pip
python -m pip install .
- name: Run tests
run: python -m pytest -q
- name: Compile Python sources
run: >-
python -m compileall -q
attck converters core enrichment extractor generators ingestion ioc
quality reporting review tests main.py