Skip to content

add the ?border query parameter to mrt-badges images #7

add the ?border query parameter to mrt-badges images

add the ?border query parameter to mrt-badges images #7

Workflow file for this run

name: Biome check
on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "pnpm"
- run: pnpm install
- run: pnpm check:ci