Skip to content

Commit

Permalink
chore: resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
XDRAGON2002 committed Jan 24, 2022
1 parent c933f67 commit e173876
Show file tree
Hide file tree
Showing 28 changed files with 440 additions and 144 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.html linguist-detectable=false
25 changes: 16 additions & 9 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
refactoring
peb
conventionalcommits
nisamson
bhargavh
jerinjtitus
Molkree
Romi
abhaykatheria
ableabhinav
accountsservice
Expand All @@ -21,6 +13,7 @@ api
apk
Args
asn
asottile
autoescape
autoextract
autoextracts
Expand All @@ -32,6 +25,7 @@ bcca
bdbd
bdist
bestpractices
bhargavh
bigbird
binutils
bksahu
Expand Down Expand Up @@ -60,6 +54,7 @@ cmdline
codecov
conda
config
conventionalcommits
copyleft
coreinfrastructure
cpio
Expand Down Expand Up @@ -90,6 +85,7 @@ distros
dnsmasq
docstring
DOCTYPE
downloading
dpkg
dsa
dtls
Expand All @@ -107,6 +103,7 @@ fedoraproject
ffmpeg
figcaption
filepaths
filetype
filterdiv
firefox
freeradius
Expand Down Expand Up @@ -157,6 +154,7 @@ INI
irssi
itertools
javascript
jerinjtitus
jquery
json
Kamdar
Expand All @@ -166,6 +164,7 @@ kexectools
kritirikhi
landley
lgpl
lgtm
libarchive
libbluetooth
libbpg
Expand All @@ -183,6 +182,7 @@ libraryname
libsndfile
libsoup
libsqlite
libsrtp
libssh
libtiff
libvirt
Expand All @@ -194,6 +194,7 @@ libxml
libxslt
lifecycle
lighttpd
linting
linux
logrotate
lua
Expand All @@ -211,6 +212,7 @@ metadata
microsoft
mkdir
modulename
Molkree
mozilla
msgid
msgstr
Expand All @@ -226,6 +228,7 @@ netpbm
nginx
Niraj
nirajkamdar
nisamson
nitishsaini
nlk
noopener
Expand All @@ -252,6 +255,7 @@ pcsc
pdf
pdftotext
pdxjohnny
peb
php
pigz
plotly
Expand All @@ -272,6 +276,7 @@ pypi
pytest
pythex
pythonapp
pyupgrade
Qqe
queryformat
quickstart
Expand All @@ -281,8 +286,9 @@ Rahul
readme
readthedocs
realpython
downloading
refactoring
regex
Romi
rossburton
rpmfile
rst
Expand All @@ -295,6 +301,7 @@ sbs
sdk
shreyamalviya
somefile
sottile
SPDX
sqlite
src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python: ['3.6', '3.7', '3.9', '3.10']
python: ['3.7', '3.9', '3.10']
timeout-minutes: 20
env:
ACTIONS: 1
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Spell checking
on: [push, pull_request_target]
on: [push, pull_request]

jobs:
spelling:
Expand All @@ -8,3 +8,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: check-spelling/check-spelling@v0.0.19
with:
post_comment: '0'
166 changes: 136 additions & 30 deletions doc/CONTRIBUTORS.md → CONTRIBUTING.md

Large diffs are not rendered by default.

0 comments on commit e173876

Please sign in to comment.