Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Feb 14, 2021
1 parent 304f9c8 commit 0188871
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ After your project was created:
it is likely that you are inside another shell that has been started sometime ago.
Run ``exit`` and try again.

.. warning:: When you are done working on this project, run ``deactivate`` to deactivate the environment.
When you are done working on this project, run ``deactivate`` to deactivate the environment.

* Make an initial release of your package to PyPI_. You will be asked for your credentials::

Expand Down
12 changes: 11 additions & 1 deletion {{cookiecutter.project_slug}}/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ name: test
on: [push]

jobs:
build:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Code checks
uses: pre-commit/action@v2.0.0
with:
extra_args: --all-files

test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

""""""""

Your short description here. `{{ cookiecutter.github_username }}.github.io/{{ cookiecutter.project_slug }} <https://{{ cookiecutter.github_username }}.github.io/{{ cookiecutter.project_slug }}>`_
Your short description here.

.. code-block:: console
Expand All @@ -33,7 +33,7 @@ Your short description here. `{{ cookiecutter.github_username }}.github.io/{{ co
Development
-----------

For detailed instructions see `CONTRIBUTING <CONTRIBUTING.rst>`_.
For detailed instructions see the `contribution guide <CONTRIBUTING.rst>`_.

Tests
~~~~~~~
Expand Down

0 comments on commit 0188871

Please sign in to comment.