Skip to content

Commit 33b746a

Browse files
committed
ci(linting): sparse github-action steps
This commit linting github-action workflow code.
1 parent 60eaa5a commit 33b746a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/CI.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,17 @@ jobs:
5050
python-version: 3.7
5151

5252
steps:
53-
- uses: actions/checkout@master
54-
- name: Set up Python
55-
uses: actions/setup-python@v1
53+
- name: Checkout repository
54+
uses: actions/checkout@v2
55+
56+
- name: Set up Python version
57+
uses: actions/setup-python@v2
5658
with:
5759
python-version: ${{ matrix.config.python-version }}
60+
5861
- name: Install dependencies
5962
run: python -m pip install tox==3.20.0
63+
6064
- name: Python test
6165
run: tox
6266
env:

0 commit comments

Comments
 (0)