From 4a1058682474845677a9388a8edd48aaae21fddd Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Tue, 26 Mar 2024 19:04:56 +0000 Subject: [PATCH] ci: fix check invocation --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 693fd67..1758fd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,6 @@ jobs: - name: install devbox uses: jetpack-io/devbox-install-action@v0.8.0 - - - name: build wheel - id: build - run: devbox run hatch build - + - name: run checks - run: hatch show check + run: devbox run hatch run check