From 1620237452a8cd9df58eac6fbc8b0c303bb34a79 Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 4 Apr 2024 12:57:24 -0500 Subject: [PATCH] Fix checks --- .github/workflows/validate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index bf75944..2628942 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -24,10 +24,11 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/setup - run: bun check - working-directory: npm + working-directory: web web-build: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup - run: bun run build:nuxt + working-directory: web