Skip to content

Commit 2a620f8

Browse files
committed
Rename build-test to CI
1 parent 39c0290 commit 2a620f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml renamed to .github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-test
1+
name: CI
22
env:
33
CI: true
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="https://rubygems.org/gems/apexcharts">
77
<img src="https://img.shields.io/gem/v/apexcharts.svg?label=apexcharts" alt="Gem Version" /></a>
88
<a href="https://github.com/styd/apexcharts.rb/actions">
9-
<img src="https://github.com/styd/apexcharts.rb/workflows/build-test/badge.svg" alt="Build Test Status" /></a>
9+
<img src="https://github.com/styd/apexcharts.rb/workflows/CI/badge.svg" alt="CI Status" /></a>
1010
<a href="https://rubygems.org/gems/apexcharts">
1111
<img alt="Downloads" src="https://img.shields.io/gem/dt/apexcharts"></a>
1212
<a href="https://github.com/styd/apexcharts.rb/blob/master/LICENSE">

0 commit comments

Comments
 (0)