Compare commits
2 Commits
e50dc25cc1
...
4098355f8a
Author | SHA1 | Date | |
---|---|---|---|
4098355f8a | |||
5b45e622ee |
@ -15,3 +15,9 @@ jobs:
|
|||||||
- run: make install
|
- run: make install
|
||||||
- run: make run
|
- run: make run
|
||||||
- run: make test
|
- run: make test
|
||||||
|
- run: git add .
|
||||||
|
- run: git config --global user.email "bot@molodetz.com"
|
||||||
|
- run: git config --global user.name "bot"
|
||||||
|
- run: git commit -a -m "New build."
|
||||||
|
- run: git push
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# devRanta
|
# devRanta
|
||||||
|
|
||||||
## About
|
|
||||||
devRanta is an async devrant client written in and for Python.
|
devRanta is an async devrant client written in and for Python.
|
||||||
Authentication is only needed for half of the functionality and thus username and password are optional parameters by constructing the main class of this package (Api).
|
Authentication is only needed for half of the functionality and thus username and password are optional parameters by constructing the main class of this package (Api).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user