Skip to content

Commit 603d0ed

Browse files
committed
Fix typos and trailing whitespace
1 parent 3031f27 commit 603d0ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: 3.8
1515
name: Tox ${{ matrix.environment }} with Python ${{ matrix.python-version }}
1616
steps:
17-
- name: Github Checkout 🛎u
17+
- name: GitHub Checkout 🛎
1818
uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install Tox 📦
26-
run: pip install tox
26+
run: pip install tox
2727
- name: Run Tox ${{ matrix.environment }} 🧪
28-
run: tox -e ${{ matrix.environment }}
28+
run: tox -e ${{ matrix.environment }}

0 commit comments

Comments
 (0)