Skip to content

Commit

Permalink
Update Python version to 3.8 for json linter
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Guimond <francis@sensu.io>
  • Loading branch information
fguimond committed Mar 19, 2024
1 parent 90e1256 commit b36081a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 2.7
python-version: 3.8

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

0 comments on commit b36081a

Please sign in to comment.