-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* v1.1.6 closes #149 #147 #146 * v1.1.6 fix group dependecies * Fully updated repo * fix linter issues
- Loading branch information
Showing
25 changed files
with
693 additions
and
513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: CI | ||
on: | ||
push: | ||
branches: '**' | ||
|
||
jobs: | ||
ci: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
python-version: [3.6, 3.7, 3.8, 3.9] | ||
poetry-version: [1.1.8] | ||
os: [ubuntu-latest] | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-python@v2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Run image | ||
uses: abatilo/actions-poetry@v2.0.0 | ||
with: | ||
poetry-version: ${{ matrix.poetry-version }} | ||
- name: Install dependencies | ||
run: poetry install | ||
- name: Run Linter | ||
run: poetry run make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
Sabuhi Shukurov <sabuhi.shukurov@gmail.com> | ||
Tural Muradov <tural_m@hotmail.com> | ||
Hasan Aliyev <hasan.aliyev.555@gmail.com> | ||
Ashwani <ashwanisharma686@gmail.com> | ||
|
||
Name | Surname | Github account | ||
Tural Muradov https://github.com/Turall | ||
Hasan Aliyev https://github.com/AliyevH | ||
Onothoja Marho https://github.com/maestro-1 | ||
André Felipe Dias https://github.com/andredias | ||
Dmitriy Solodkiy https://github.com/DmitriySolodkiy | ||
Peter Boers https://github.com/pboers1988 | ||
Leon Xu https://github.com/LLYX | ||
SASAO Takahiro https://github.com/tsasao | ||
Lucas Balieiro https://github.com/lucasbalieiro | ||
floodpants https://github.com/floodpants | ||
Dusan Vuckovic https://github.com/dvuckovic | ||
Mike Bamford https://github.com/msb | ||
Siôn Abraham https://github.com/SionAbes | ||
Jansen A. Simanullang https://github.com/jansenicus | ||
Mariusz Masztalerczuk https://github.com/mmasztalerczuk | ||
Ikko Ashimine https://github.com/eltociear | ||
Wojtek Jurkowlaniec https://github.com/wjurkowlaniec | ||
gogoku https://github.com/gogoku | ||
Kristian Nymann Jakobsen https://github.com/nymann | ||
trinqk https://github.com/trinqk | ||
IsaiahT-Tech https://github.com/IsaiahT-Tech | ||
Satwik Kansal https://github.com/satwikkansal | ||
Tim Kiely https://github.com/TheTimKiely | ||
Gabriel Oliveira https://github.com/gabrielponto | ||
Ashwani https://github.com/imaskm | ||
Lukas Kucera https://github.com/kucera-lukas | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.