Skip to content

Omit loading X509 key pair in EOS HTTP Client if the scheme is not https #4365

Omit loading X509 key pair in EOS HTTP Client if the scheme is not https

Omit loading X509 key pair in EOS HTTP Client if the scheme is not https #4365

Workflow file for this run

name: Check Changelog
on:
pull_request:
paths-ignore:
- ".github/**"
- "Makefile"
- "tools/**"
- "docs/**"
- "tests/**"
- ".drone.star"
- ".drone.env"
- ".fossa.yml"
- "go.mod"
- "go.sum"
jobs:
check-changelog:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- name: Check changelog
run: make check-changelog
env:
PR: ${{ github.event.pull_request.number }}