We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca120a commit 37e5871Copy full SHA for 37e5871
.github/workflows/create-service.yml
@@ -78,6 +78,7 @@ jobs:
78
- name: Install gdb and pytest
79
run: |
80
sudo apt install -y gdb python3-pytest pycodestyle
81
+ pip install ruff
82
83
- name: Run cmake
84
0 commit comments