We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8dfb5 commit fd39f5cCopy full SHA for fd39f5c
1 file changed
.github/workflows/precommit.yml
@@ -20,6 +20,9 @@ jobs:
20
uses: actions/setup-python@v4
21
with:
22
python-version: 3.x
23
+ - name: say something stupid
24
+ run: |
25
+ echo "I am a banana!"
26
- name: Install clang-format 22
27
run: |
28
echo "deb http://ftp.fi.debian.org/debian/ experimental main contrib non-free" >> /etc/apt/sources.list
0 commit comments