From 034c6aa5aa359ce7fde3718ceb445436d510787a Mon Sep 17 00:00:00 2001 From: Cody Fincher Date: Tue, 22 Oct 2024 16:53:36 +0000 Subject: [PATCH] fix: oops --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8341734..15c2afa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: run: uv sync --all-extras --dev - name: Run slotscheck - run: uv run slotscheck litestar_htmx + run: uv run slotscheck dtos test-linux: runs-on: ubuntu-latest