Skip to content

Add option for install behind http_proxy (#384) #281

Add option for install behind http_proxy (#384)

Add option for install behind http_proxy (#384) #281

Workflow file for this run

---
name: "CI"
on:
pull_request:
push:
branches:
- master
paths-ignore:
- '**/README.md'
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
needs: [lint]