mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
57656835ec
Lots of organizations distribute curl packages to end users. This is a collection of pointers to where to learn more about curl on and with each distro. Assisted-by: Alan Coopersmith Assisted-by: Andrew Kaster Assisted-by: Andy Fiddaman Assisted-by: Arjan van de Ven Assisted-by: Brian Clemens Assisted-by: chrysos349 on github Assisted-by: Dan Fandrich Assisted-by: Dan McDonald Assisted-by: Gaelan Steele Assisted-by: graywolf on github Assisted-by: Jan Macku Assisted-by: John Marshall Assisted-by: Jonathan Perkin Assisted-by: Kevin Daudt Assisted-by: Marcus Müller Assisted-by: Michał Górny Assisted-by: Outvi V Assisted-by: Ross Burton Assisted-by: Sean Molenaar Assisted-by: Till Wegmüller Assisted-by: Viktor Szakats Assisted-by: Winni Neessen Closes #13178
33 lines
789 B
YAML
33 lines
789 B
YAML
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
#
|
|
# Docs: https://github.com/UnicornGlobal/spellcheck-github-actions
|
|
matrix:
|
|
- name: Markdown
|
|
expect_match: false
|
|
apsell:
|
|
mode: en
|
|
dictionary:
|
|
wordlists:
|
|
- wordlist.txt
|
|
output: wordlist.dic
|
|
encoding: utf-8
|
|
pipeline:
|
|
- pyspelling.filters.markdown:
|
|
markdown_extensions:
|
|
- markdown.extensions.extra:
|
|
- pyspelling.filters.html:
|
|
comments: true
|
|
attributes:
|
|
- title
|
|
- alt
|
|
ignores:
|
|
- ':matches(code, pre)'
|
|
- 'code'
|
|
- 'pre'
|
|
- 'strong'
|
|
- 'em'
|
|
sources:
|
|
- '**/*.md|!docs/BINDINGS.md|!docs/DISTROS.md'
|