Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

chore: fix og image issue #114

chore: fix og image issue

chore: fix og image issue #114

Workflow file for this run

name: "Install"
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
# install bun
- uses: oven-sh/setup-bun@v1
- uses: actions/checkout@v2
- name: bun version
run: bun -v
- name: install dependencies
run: bun install