We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e1256 commit b36081aCopy full SHA for b36081a
.github/workflows/lint-json.yml
@@ -11,8 +11,8 @@ jobs:
11
- name: Set up Python
12
uses: actions/setup-python@v2
13
with:
14
- python-version: 2.7
+ python-version: 3.8
15
16
- name: Lint JSON files
17
working-directory: ./tests
18
- run: python json-validator.py --directory ../content --extension .md
+ run: python json-validator.py --directory ../content --extension .md
0 commit comments