From 9e743802c7c14a5632450db828002c37536389fd Mon Sep 17 00:00:00 2001 From: Jordan Rash <15827604+jordan-rash@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:38:03 -0600 Subject: [PATCH] choose correct name --- .github/workflows/ui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index 7b9201a..45a3014 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -38,7 +38,7 @@ jobs: - name: Check formatting working-directory: ./natster-io - run: ~/.local/share/pnpm/pnpm run check-formatter + run: ~/.local/share/pnpm/pnpm run check-formatting build-ui: runs-on: ubuntu-latest name: Builds UI if edits found