@@ -29,16 +29,16 @@ jobs:
2929 - name : Run flake8 on python${{ matrix.python-version }}
3030 run : python -m tox -e flake8
3131
32- markdownlint :
33- name : Markdownlint
34- runs-on : ubuntu-latest
32+ # markdownlint:
33+ # name: Markdownlint
34+ # runs-on: ubuntu-latest
3535
36- steps :
37- - name : Check out repo
38- uses : actions/checkout@v2
36+ # steps:
37+ # - name: Check out repo
38+ # uses: actions/checkout@v2
3939
40- - name : Run markdownlint
41- uses : containerbuildsystem/actions/markdownlint@master
40+ # - name: Run markdownlint
41+ # uses: containerbuildsystem/actions/markdownlint@master
4242
4343 pylint :
4444 name : Pylint analyzer for Python ${{ matrix.python-version }}
@@ -91,22 +91,22 @@ jobs:
9191# - name: Run mypy on python${{ matrix.python-version }}
9292# run: python -m tox -e mypy
9393
94- bandit :
95- name : Bandit analyzer for Python ${{ matrix.python-version }}
96- runs-on : ubuntu-latest
97-
98- strategy :
99- matrix :
100- python-version : [ "3.8" ]
101-
102- steps :
103- - uses : actions/checkout@v1
104- - uses : actions/setup-python@v4
105- with :
106- python-version : ${{ matrix.python-version }}
107- - name : Install dependencies
108- run : |
109- python -m pip install --upgrade pip setuptools tox
110-
111- - name : Run bandit analyzer on python${{ matrix.python-version }}
112- run : python -m tox -e bandit
94+ # bandit:
95+ # name: Bandit analyzer for Python ${{ matrix.python-version }}
96+ # runs-on: ubuntu-latest
97+
98+ # strategy:
99+ # matrix:
100+ # python-version: [ "3.8" ]
101+
102+ # steps:
103+ # - uses: actions/checkout@v1
104+ # - uses: actions/setup-python@v4
105+ # with:
106+ # python-version: ${{ matrix.python-version }}
107+ # - name: Install dependencies
108+ # run: |
109+ # python -m pip install --upgrade pip setuptools tox
110+
111+ # - name: Run bandit analyzer on python${{ matrix.python-version }}
112+ # run: python -m tox -e bandit
0 commit comments