Skip to content

Add Open Graph and Twitter Card meta tags for better social sharing #131

Add Open Graph and Twitter Card meta tags for better social sharing

Add Open Graph and Twitter Card meta tags for better social sharing #131

Workflow file for this run

name: pr
on:
pull_request:
branches: ["main"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.4
- run: bun install --frozen-lockfile
- run: bun run check