Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors committed Nov 27, 2024
1 parent e8742d5 commit 4df9c96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check_docstrings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Check docstrings

on:
pull_request:
push:
branches: [main]
push:
branches: [main]

jobs:
check_docstrings:
Expand All @@ -16,6 +16,8 @@ jobs:
python-version: '3.12'
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: local-install
run: uv pip install -e . --system
- name: install-reqs
run: uv pip install mypy -r requirements-dev.txt --system
- name: Run docstring check
Expand Down

0 comments on commit 4df9c96

Please sign in to comment.