Skip to content

Commit

Permalink
remove matrix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Oct 13, 2023
1 parent 4e99f9d commit e7d4780
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on: [push]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
linter: [pylint, mypy, flake8]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -24,7 +21,7 @@ jobs:
poetry run pycodestyle sed tests
- name: pylint
run:
poetry run pyling sed tests
poetry run pylint sed tests
- name: mypy
run:
poetry run mypy sed tests
Expand Down

0 comments on commit e7d4780

Please sign in to comment.