Skip to content

Update dependency pyright to v1.1.390 (#230) #768

Update dependency pyright to v1.1.390 (#230)

Update dependency pyright to v1.1.390 (#230) #768

Workflow file for this run

---
name: Sanity
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: "read"
steps:
- uses: actions/checkout@v3
- name: Earthly Lint
run: |
./earthly.sh +lint
test:
runs-on: ubuntu-latest
permissions:
contents: "read"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install Python Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install Python Dependencies
run: |
pytest