Skip to content

Commit

Permalink
ci: Add some python integrations (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Oct 26, 2020
1 parent 87bfe93 commit 2bfc928
Show file tree
Hide file tree
Showing 9 changed files with 3,051 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yml
Expand Up @@ -32,6 +32,8 @@ jobs:
- w3c/aria-practices w3c/specberus
- webpack/webpack
- wireapp/wire-desktop wireapp/wire-webapp
- django/django
- TheAlgorithms/Python

steps:
- uses: actions/checkout@v2
Expand Down
9 changes: 9 additions & 0 deletions .gitmodules
Expand Up @@ -58,3 +58,12 @@
[submodule "integration-tests/repositories/exonum/exonum"]
path = integration-tests/repositories/exonum/exonum
url = https://github.com/exonum/exonum.git
[submodule "integration-tests/repositories/TheAlgorithms/Python"]
path = integration-tests/repositories/TheAlgorithms/Python
url = https://github.com/TheAlgorithms/Python.git
[submodule "integration-tests/repositories/django/django"]
path = integration-tests/repositories/django/django
url = https://github.com/django/django.git
[submodule "integration-tests/repositories/php/php-src"]
path = integration-tests/repositories/php/php-src
url = https://github.com/php/php-src.git
24 changes: 24 additions & 0 deletions integration-tests/config/config.json
Expand Up @@ -164,6 +164,30 @@
"**/*.{rs,md,py,proto}",
"*.{rs,md,py}"
]
},
{
"path": "TheAlgorithms/Python",
"url": "https://github.com/TheAlgorithms/Python.git",
"args": [
"**/*.{md,py}",
"*.{md,py}"
]
},
{
"path": "django/django",
"url": "https://github.com/django/django.git",
"args": [
"**/*.{md,py}",
"*.{md,py}"
]
},
{
"path": "php/php-src",
"url": "https://github.com/php/php-src.git",
"args": [
"**/*.{md,c,h,php}",
"*.{md}"
]
}
]
}
1 change: 1 addition & 0 deletions integration-tests/repositories/TheAlgorithms/Python
Submodule Python added at a5aef1
1 change: 1 addition & 0 deletions integration-tests/repositories/django/django
Submodule django added at 10f8b8
8 changes: 8 additions & 0 deletions integration-tests/repositories/php/cspell.json
@@ -0,0 +1,8 @@
{
"languageSettings": [
{
"languageId": "c,cpp,h",
"allowCompoundWords": false
}
]
}
1 change: 1 addition & 0 deletions integration-tests/repositories/php/php-src
Submodule php-src added at 9fd585
879 changes: 879 additions & 0 deletions integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt

Large diffs are not rendered by default.

2,126 changes: 2,126 additions & 0 deletions integration-tests/snapshots/django/django/snapshot.txt

Large diffs are not rendered by default.

0 comments on commit 2bfc928

Please sign in to comment.