Skip to content

Commit

Permalink
0.6.4 redistools,ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerza committed Oct 9, 2023
1 parent 7f804f5 commit a066e7d
Showing 1 changed file with 2 additions and 46 deletions.
48 changes: 2 additions & 46 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,40 +16,11 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- uses: psf/[email protected]

isort:
name: Check isort
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- uses: jamescurtin/isort-action@master

flake8:
name: Check flake8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- uses: TrueBrain/actions-flake8@master

pylint:
name: Check pylint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install Requirements
run: |
pip install -e ".[redis,tests]"
- name: Run Pylint
run: |
pylint aiohttp_msal
- uses: chartboost/ruff-action@v1

mypy:
name: Check mypy
Expand All @@ -66,21 +37,6 @@ jobs:
run: |
mypy --install-types --non-interactive aiohttp_msal/
pydocstyle:
name: Check pydocstyle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install Requirements
run: |
pip install pydocstyle
- name: Run pydocstyle
run: |
pydocstyle
pytest:
name: Run tests Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit a066e7d

Please sign in to comment.