Skip to content

Commit 95b557f

Browse files
committed
Issue geerlingguy#264: Tweaks to ci.yml workflow for consistent style.
1 parent 8f389cd commit 95b557f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: CI
3-
on:
3+
'on':
44
pull_request:
55
push:
66
branches:
@@ -21,7 +21,7 @@ jobs:
2121
- name: Check out the codebase.
2222
uses: actions/checkout@v2
2323

24-
- name: Set up Python 3.7.
24+
- name: Set up Python 3.
2525
uses: actions/setup-python@v2
2626
with:
2727
python-version: '3.x'

0 commit comments

Comments
 (0)