Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,16 @@ jobs:
if: steps.cache-deps.outputs.cache-hit != 'true'
run: poetry install --with dev

- name: Check Format
run: |
poetry run poe format
git diff --exit-code HEAD

- name: Check Lint
run: poetry run poe lint

- name: Test Package
run: poetry run poe test

- name: Build Package
run: poetry build
69 changes: 0 additions & 69 deletions .github/workflows/test.yaml

This file was deleted.

Loading