Skip to content

readme update: corrects api token env variable reference #113

readme update: corrects api token env variable reference

readme update: corrects api token env variable reference #113

Workflow file for this run

on:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
poetry install
- name: pypather test
run: poetry run pypanther test