Skip to content

🐞 fix: Refactor agenda item handling and add createAgendaItem mutation in GraphQL #56

🐞 fix: Refactor agenda item handling and add createAgendaItem mutation in GraphQL

🐞 fix: Refactor agenda item handling and add createAgendaItem mutation in GraphQL #56

Workflow file for this run

name: Build and run
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run check
# TODO
# - run: |
# bun run preview &
# sleep 10
# curl -f http://localhost:4173