Skip to content

[add] Add DynamoDB strategy #5

[add] Add DynamoDB strategy

[add] Add DynamoDB strategy #5

Workflow file for this run

on: pull_request
name: Check
jobs:
format:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.9'
- uses: abatilo/[email protected]
with:
poetry-version: '1.4.2'
- run: poetry install
- run: poetry run black . --check
- run: poetry run isort . --check
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.9'
- uses: abatilo/[email protected]
with:
poetry-version: '1.4.2'
- run: poetry install
- run: poetry run python -m unittest discover