Skip to content

Commit

Permalink
fixed cookietemple lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson authored Nov 5, 2020
1 parent 0fc9929 commit 8e2c2e5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run_cookietemple_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand All @@ -17,12 +14,12 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
python-version: 3.9

- name: Install cookietemple
run: |
pip install cookietemple
- name: Run cookietemple lint
run: |
cookietemple lint .
cookietemple lint . --skip-external

0 comments on commit 8e2c2e5

Please sign in to comment.