Skip to content

Commit

Permalink
Renaming GA action
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Nov 22, 2021
1 parent ff334a7 commit 006cbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: "Run code lint"
- name: "Run code check"
run: "make python_qa"

python-tests:
Expand Down

0 comments on commit 006cbaf

Please sign in to comment.