feat(core): support any auth scheme in HTTP-sync auth header #1244
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Markdown checks | |
on: | |
push: | |
paths: | |
- '**.md' | |
pull_request: | |
paths: | |
- '**.md' | |
jobs: | |
markdown-lint: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Check out code | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | |
- name: Lint Markdown files | |
run: make markdownlint |