Skip to content

Commit b36081a

Browse files
committed
Update Python version to 3.8 for json linter
Signed-off-by: Francis Guimond <francis@sensu.io>
1 parent 90e1256 commit b36081a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-json.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v2
1313
with:
14-
python-version: 2.7
14+
python-version: 3.8
1515

1616
- name: Lint JSON files
1717
working-directory: ./tests
18-
run: python json-validator.py --directory ../content --extension .md
18+
run: python json-validator.py --directory ../content --extension .md

0 commit comments

Comments
 (0)