Skip to content

netrc: note that '.netrc' is checked before '_netrc' on Windows #893

netrc: note that '.netrc' is checked before '_netrc' on Windows

netrc: note that '.netrc' is checked before '_netrc' on Windows #893

Workflow file for this run

# Copyright (C) Daniel Stenberg, <[email protected]>, et al.
name: markdown-headings
'on':
push:
branches:
- master
- '*/ci'
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions: {}
jobs:
check:
name: 'check'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: check
run: make mdcheck