We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a45e82 commit 77e3e22Copy full SHA for 77e3e22
.github/workflows/ci-discord-bot.yml
@@ -33,4 +33,4 @@ jobs:
33
run: chmod +x gradlew
34
35
- name: Build project
36
- run: ./gradlew clean build --no-daemon
+ run: ./gradlew clean build --no-daemon
.github/workflows/ci-notice-crawler.yml
@@ -28,4 +28,4 @@ jobs:
28
python-version: "3.11"
29
30
- name: Syntax check
31
- run: python -m compileall .
+ run: python -m compileall .
0 commit comments