Skip to content

feat(library): remove booking and add new sheet #17

feat(library): remove booking and add new sheet

feat(library): remove booking and add new sheet #17

Workflow file for this run

name: Lint docs
on:
pull_request:
paths:
- 'docs/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Try to build docker image
run: docker build -t docs ./docs