Skip to content

Added how to use disclaimer in readme #6

Added how to use disclaimer in readme

Added how to use disclaimer in readme #6

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install Poetry
run: pip install poetry
- name: Install Dependencies
run: poetry install --with dev
- name: Run Tests
run: poetry run pytest --cov=jup_ag_sdk