Skip to content

Commit 87501a5

Browse files
authored
Merge pull request #86 from stackhpc/pull-request-workflow
Fix typos and trailing whitespace
2 parents 3031f27 + 603d0ed commit 87501a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
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)