Skip to content

Commit

Permalink
github: Pin Python version to 3.x in ci-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanez committed Feb 25, 2020
1 parent a14e8a8 commit 832d921
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
fetch-depth: '0'
- name: Set up Python 3
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Set up Node.js 12
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 832d921

Please sign in to comment.