Skip to content

Making my is.a.dev a redirect link after a friend bought me another site :) #27171

Making my is.a.dev a redirect link after a friend bought me another site :)

Making my is.a.dev a redirect link after a friend bought me another site :) #27171

Workflow file for this run

name: Checks
on: [pull_request, workflow_dispatch]
jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun install
- name: Run tests
run: bun test