Skip to content

Fix setting of cookie domain to .hostname instead of .host #310

Fix setting of cookie domain to .hostname instead of .host

Fix setting of cookie domain to .hostname instead of .host #310

Workflow file for this run

name: Check Prettier
on:
pull_request:
branches: [master, main]
jobs:
check-prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "yarn"
cache-dependency-path: "yarn.lock"
- run: yarn install --immutable --inline-builds
- run: yarn prettier --check .