Skip to content

fix: updated empty state images #10

fix: updated empty state images

fix: updated empty state images #10

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions: read-all
jobs:
general_checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Yarn
uses: ./.github/workflows/actions/setup-yarn
- name: Build packages
run: yarn run build