Skip to content

Commit

Permalink
ci: run linters job with Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wvandeun committed Nov 17, 2021
1 parent 9504e43 commit f603f61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ on: [push,pull_request]
jobs:
linters:
name: linters
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9']
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: Setup python
Expand Down

0 comments on commit f603f61

Please sign in to comment.