Remove strategy in backend ling

This commit is contained in:
THIVEND
2022-04-09 16:28:30 +02:00
parent 4d779761c2
commit 3838e5fcce
+2 -6
View File
@@ -11,16 +11,12 @@ on:
jobs:
backend_lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip