Skip to content

Commit

Permalink
CI testinfg
Browse files Browse the repository at this point in the history
  • Loading branch information
dtiesling committed Nov 18, 2023
1 parent aa9b1c3 commit df6e502
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ on:

jobs:
type_checking:
name: Type Checking
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v1
with:
python-version: 3.8
- run: pip install mypy
- run: pip install poetry
- run: poetry install
- run: mypy flask_muck/


0 comments on commit df6e502

Please sign in to comment.