Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Feb 7, 2024
1 parent 1ead46f commit 6c2b662
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,15 @@ jobs:
# * -------------------------------------------------------------------------- * #
- run: "pytest --cov"
- uses: "codecov/codecov-action@v3.1.4"
fawltydeps:
runs-on: "ubuntu-latest"
steps:
- uses: "blakeNaccarato/copier-python-workflow-setup@v0.2.3"
with:
python-version: "3.11"
- run: "fawltydeps"
bump_project:
needs: ["pyright", "ruff", "pytest"]
needs: ["pyright", "ruff", "pytest", "fawltydeps"]
runs-on: "ubuntu-latest"
steps:
- uses: "blakeNaccarato/copier-python-workflow-setup@v0.2.3"
Expand Down
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ci:
# * ---------------------------------------------------------------------------- * #
- "core-update"
- "pytest-fast-only"
- "check-undeclared"
- "check-unused"
autoupdate_schedule: "quarterly"

repos:
Expand Down

0 comments on commit 6c2b662

Please sign in to comment.