github: fix indentation in workflows/tests
This commit is contained in:
parent
b56ff56189
commit
387b982a79
1 changed files with 7 additions and 7 deletions
14
.github/workflows/tests.yml
vendored
14
.github/workflows/tests.yml
vendored
|
|
@ -43,13 +43,13 @@ jobs:
|
|||
container:
|
||||
image: docker.io/library/fedora:35
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
dnf -y install python3-pylint
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
python3 -m pylint dnf-json
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
dnf -y install python3-pylint
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
python3 -m pylint dnf-json
|
||||
|
||||
lint:
|
||||
name: "⌨ Lint"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue