Skip to content

Merge pull request #44 from ArcaneAssemblers/willem/fix-card-show-error #81

Merge pull request #44 from ArcaneAssemblers/willem/fix-card-show-error

Merge pull request #44 from ArcaneAssemblers/willem/fix-card-show-error #81

Workflow file for this run

name: build-client
on:
push:
pull_request:
jobs:
my-job:
name: my-job
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run build