Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 44e7e6c

Browse files
committed
style: rename workflows
1 parent 0a941d9 commit 44e7e6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Java CI
1+
name: gradle
22

33
on:
44
push:

‎README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Redis 底层原理分析与多语言应用实践<sup>[©](https://github.com/yanglbme)</sup>
22
[![pytest](https://github.com/yanglbme/redis-multi-programming-language-practice/workflows/pytest/badge.svg)](https://github.com/yanglbme/redis-multi-programming-language-practice/actions)
3+
[![gradle](https://github.com/yanglbme/redis-multi-programming-language-practice/workflows/gradle/badge.svg)](https://github.com/yanglbme/redis-multi-programming-language-practice/actions)
4+
35
[![prs-welcome](https://badgen.net/badge/PRs/welcome/green)](http://makeapullrequest.com)
46
[![doocs-open-source-organization](https://badgen.net/badge/organization/join%20us/cyan)](#how-to-join)
57
[![gitter](https://badgen.net/badge/gitter/chat/cyan)](https://gitter.im/doocs)

‎java/src/test/java/DistributedLockTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import org.junit.jupiter.api.Assertions;
2-
import org.junit.jupiter.api.AssertionsKt;
31
import org.junit.jupiter.api.Test;
42
import redis.clients.jedis.Jedis;
53

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /