Skip to content

Document the hybrid headers, context and browser extension more in depth #9

Document the hybrid headers, context and browser extension more in depth

Document the hybrid headers, context and browser extension more in depth #9

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- source
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Build website
run: npm run build