Skip to content

Add some images to the onion blog. #117

Add some images to the onion blog.

Add some images to the onion blog. #117

Workflow file for this run

name: pr
on:
pull_request:
branches: ["main"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: biomejs/setup-biome@v2
with:
version: latest
- run: npm ci
- run: npm run build
- run: biome ci .