Skip to content

Commit 77e3e22

Browse files
committed
ci: for testing...
1 parent 5a45e82 commit 77e3e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-discord-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
run: chmod +x gradlew
3434

3535
- name: Build project
36-
run: ./gradlew clean build --no-daemon
36+
run: ./gradlew clean build --no-daemon

.github/workflows/ci-notice-crawler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
python-version: "3.11"
2929

3030
- name: Syntax check
31-
run: python -m compileall .
31+
run: python -m compileall .

0 commit comments

Comments
 (0)