Skip to content

Added more unit tests for decorators #3

Added more unit tests for decorators

Added more unit tests for decorators #3

Workflow file for this run

name: Analysis CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov pylint mypy bandit radon black
- name: Run all analysis
run: ./run_all.sh