We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3031f27 commit 603d0edCopy full SHA for 603d0ed
.github/workflows/pull-request.yml
@@ -14,7 +14,7 @@ jobs:
14
python-version: 3.8
15
name: Tox ${{ matrix.environment }} with Python ${{ matrix.python-version }}
16
steps:
17
- - name: Github Checkout 🛎u
+ - name: GitHub Checkout 🛎
18
uses: actions/checkout@v3
19
with:
20
fetch-depth: 0
@@ -23,6 +23,6 @@ jobs:
23
24
python-version: ${{ matrix.python-version }}
25
- name: Install Tox 📦
26
- run: pip install tox
+ run: pip install tox
27
- name: Run Tox ${{ matrix.environment }} 🧪
28
- run: tox -e ${{ matrix.environment }}
+ run: tox -e ${{ matrix.environment }}
0 commit comments