FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Enhance README with typed parameters and usage examples (#6) · Decodo/sdk-python@a061d5e · GitHub

Enhance README with typed parameters and usage examples (#6) #24

Enhance README with typed parameters and usage examples (#6)

Enhance README with typed parameters and usage examples (#6) #24

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: pip install -e ".[dev]"
- name: Generate types
run: python -m decodo.codegen.codegen
- name: Pytest
run: pytest

Back | FazBrowse Home | New Git URL