Skip to content

Add session_id to headers for all HTTP requests to sphinx-tribes backend #1301

Add session_id to headers for all HTTP requests to sphinx-tribes backend

Add session_id to headers for all HTTP requests to sphinx-tribes backend #1301

Workflow file for this run

name: Prettier
on:
pull_request:
branches:
- "*"
jobs:
prettier:
name: prettier
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn install
- name: Prettier
run: CI=false yarn run prettier:check