Skip to content

fix(git): interpret bare HEAD through the shared resolver and stop overwriting .Upstream with the remote list #8210

fix(git): interpret bare HEAD through the shared resolver and stop overwriting .Upstream with the remote list

fix(git): interpret bare HEAD through the shared resolver and stop overwriting .Upstream with the remote list #8210

Workflow file for this run

name: Markdownlint
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- name: Lint files
uses: DavidAnson/markdownlint-cli2-action@21c1be1b93ad9ed58fa840aacc3f279cde2a72ff
with:
config: .markdownlint-cli2.yaml
globs: '**/*.md'