Skip to content

Commit

Permalink
Update lint.yml to new python version 3.10.15
Browse files Browse the repository at this point in the history
Update lint.yml to new python version 3.10.15
  • Loading branch information
prashanthnerlige authored Oct 15, 2024
1 parent 3110b00 commit 5db84c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
- name: Set up Python 3.10.15
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.10.15
- name: Lint slack.json
run: |
cat slack.json | python -m json.tool >> /dev/null && exit 0 || echo "Invalid JSON"; exit 1

0 comments on commit 5db84c6

Please sign in to comment.