Skip to content

Merge branch 'master' into update-cam-link-in-docs #47

Merge branch 'master' into update-cam-link-in-docs

Merge branch 'master' into update-cam-link-in-docs #47

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- '*'
- '!master'
jobs:
deploy:
name: Check & Deploy Snapshot
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.11'
- uses: snok/install-poetry@v1
with:
version: '1.8.3'
- run: poetry install
- run: make lint
- run: make test
env:
API_BASE_URL: ${{ vars.API_BASE_URL }}
TASTYTRADE_LOGIN: ${{ secrets.TASTYTRADE_LOGIN }}
TASTYTRADE_PASSWORD: ${{ secrets.TASTYTRADE_PASSWORD }}