Skip to content

Commit

Permalink
Correct information on what and how CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Dec 28, 2022
1 parent 0db8ddf commit 6778437
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ To speed up review and increase odds for the PR to be accepted, please
--modify-readme \
--modify-contributors

GitHub is configured to use Travis CI on each pull request to
GitHub is configured to use Github Actions on each pull request to

- run the test suite using Pytest
- do static type checking using Mypy
- lint the code using various linters
- check code formatting using Black

.. _GitHub personal access token:
Expand Down

0 comments on commit 6778437

Please sign in to comment.