Skip to content

Commit

Permalink
Minor changes to workflow and pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Apr 29, 2021
1 parent 7d05cdc commit 0c98553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
**Testing the pull request template**

**If relevant a pull request should include**

* A reference to a related issue in your repository.
* A description of the changes proposed in the pull request.
* @mentions of the person or team responsible for reviewing proposed changes.
* Make sure you have made a pull of the latest changes from the main branch and re-run all unittests
* Lastly remember to lint with, isort, flake8 and black

To perform linting
Remember to perform linting before making a pull request

````
pip install black isort flake8
cd src/ada
isort .
flake8 .
black .
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-docker-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
- '.github/workflows/ci-docker-base.yml'
branches:
- main
- docs
- dev-0.0.10

jobs:
docker:
Expand Down

0 comments on commit 0c98553

Please sign in to comment.