Skip to content

Commit 86dbd66

Browse files
committed
Fixed indentation of github actions yaml
1 parent f7b784c commit 86dbd66

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ on: [push, pull_request]
33
jobs:
44
unit-testing:
55
runs-on: ${{ matrix.os }}
6-
strategy:
7-
matrix:
8-
os: [ubuntu-latest, macos-latest, windows-latest]
9-
python-version: [3.6', '3.7', '3.8']
10-
steps:
11-
- uses: actions/checkout@v2
12-
- name: Set up Python
13-
uses: actions/setup-python@v2
14-
with:
15-
python-version: ${{ matrix.python-version }}
16-
- name: Display Python version
17-
run: python -c "import sys; print(sys.version)"
6+
strategy:
7+
matrix:
8+
os: [ubuntu-latest, macos-latest, windows-latest]
9+
python-version: [3.6', '3.7', '3.8']
10+
steps:
11+
- uses: actions/checkout@v2
12+
- name: Set up Python
13+
uses: actions/setup-python@v2
14+
with:
15+
python-version: ${{ matrix.python-version }}
16+
- name: Display Python version
17+
run: python -c "import sys; print(sys.version)"

0 commit comments

Comments
 (0)