Unverified Commit a2f63fbc authored by Silvano Cerza's avatar Silvano Cerza Committed by GitHub

[skip changelog] Fix Python lint workflow formatting again (#835)

parent eba9cc9f
......@@ -17,23 +17,23 @@ jobs:
name: "Lints Python code"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install Taskfile
uses: Arduino/actions/setup-taskfile@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Taskfile
uses: Arduino/actions/setup-taskfile@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Activate Python
uses: actions/setup-python@v1
with:
python-version: "3.8"
architecture: "x64"
- name: Activate Python
uses: actions/setup-python@v1
with:
python-version: "3.8"
architecture: "x64"
- name: Install Poetry
run: pip install poetry
- name: Install Poetry
run: pip install poetry
- name: Lints Python files
run: task python:check
- name: Lints Python files
run: task python:check
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment