Skip to content

add(considered): /.well-known/vacation-rental.json is registered, not adopted #446

add(considered): /.well-known/vacation-rental.json is registered, not adopted

add(considered): /.well-known/vacation-rental.json is registered, not adopted #446

Workflow file for this run

name: Format
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
format:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Node.js
uses: actions/setup-node@v7
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Prettier (check only)
run: npx prettier --check .