Skip to content

fix(js): propagate proxy, timeout, and custom headers to JS templates #129

fix(js): propagate proxy, timeout, and custom headers to JS templates

fix(js): propagate proxy, timeout, and custom headers to JS templates #129

Workflow file for this run

name: 🔤 Typos
on:
push:
branches: ["dev"]
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
typos:
name: "Spell Check"
if: ${{ !endsWith(github.actor, '[bot]') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.28.4