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 3a975c6 commit f63ed56Copy full SHA for f63ed56
3 files changed
.github/workflows/code_style.yml
@@ -16,6 +16,8 @@ jobs:
16
run: |
17
sudo apt-get -y install indent
18
sudo ln -s /usr/bin/indent /usr/bin/gindent
19
+ python -m pip install --upgrade pip
20
+ pip install gersemi
21
22
- name: Make indent
23
0 commit comments