Skip to content

Commit

Permalink
Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Apr 4, 2024
1 parent d267243 commit 1620237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1620237

Please sign in to comment.