Skip to content

Commit 12f141c

Browse files
authored
Update README.md (#6)
1 parent 187e718 commit 12f141c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
test:
3434
runs-on: ubuntu-latest
3535
steps:
36-
#------------------------------------
37-
# Check out repo and set up python
38-
#------------------------------------
36+
#-------------------------------------#
37+
# Check out repo and set up Python #
38+
#-------------------------------------#
3939
- name: Check out the repository
4040
uses: actions/checkout@v3
4141
- name: "Setup Python, Poetry and Dependencies"
@@ -44,9 +44,9 @@ jobs:
4444
python-version: 3.8
4545
poetry-version: 1.2.2
4646

47-
#------------------------------------
48-
# Run Your Actual Job
49-
#------------------------------------
47+
#------------------------#
48+
# Run your actual job #
49+
#------------------------#
5050
- name: Run tests
5151
run: |
5252
poetry run pytest
@@ -73,9 +73,9 @@ jobs:
7373
poetry-version: [1.2.2]
7474
runs-on: ubuntu-latest
7575
steps:
76-
#------------------------------------
77-
# Check out repo and set up python
78-
#------------------------------------
76+
#------------------------------------#
77+
# Check out repo and set up Python #
78+
#------------------------------------#
7979
- name: Check out the repository
8080
uses: actions/checkout@v3
8181
- name: "Setup Python, Poetry and Dependencies"
@@ -84,9 +84,9 @@ jobs:
8484
python-version: ${{matrix.python-version}}
8585
poetry-version: ${{matrix.poetry-version}}
8686

87-
#------------------------------------
88-
# Run Your Actual Job
89-
#------------------------------------
87+
#-----------------------#
88+
# Run your actual job #
89+
#-----------------------#
9090
- name: Run tests
9191
run: |
9292
poetry run pytest

0 commit comments

Comments
 (0)