Skip to content

open ext. links in new tab, add wording for home page and Seattle #14

open ext. links in new tab, add wording for home page and Seattle

open ext. links in new tab, add wording for home page and Seattle #14

Workflow file for this run

name: prettier check
on:
pull_request:
branches:
- trunk
paths:
- "**.html"
- "**.css"
- "**.js"
- "**.md"
- "**.tsx"
- "**.json"
merge_group:
types: [checks_requested]
# page_build:
permissions: {}
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
- run: |
yarn
yarn prettier . --check