Skip to content

Commit 013ee9b

Browse files
authored
ci(workflow): rename test.yaml to ci.yaml (#87)
1 parent 591fefe commit 013ee9b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yaml renamed to .github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test
1+
name: CI
22
on:
33
workflow_dispatch:
44
pull_request:
@@ -8,7 +8,8 @@ on:
88
env:
99
NODE_OPTIONS: --experimental-import-meta-resolve
1010
jobs:
11-
package:
11+
test:
12+
name: Test
1213
runs-on: ${{ matrix.os }}-latest
1314
strategy:
1415
fail-fast: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm version](https://img.shields.io/npm/v/google-rank?style=flat-square)](https://www.npmjs.com/package/google-rank)
44
[![license](https://img.shields.io/github/license/threeal/google-rank?style=flat-square)](./LICENSE)
5-
[![test status](https://img.shields.io/github/actions/workflow/status/threeal/google-rank/test.yaml?branch=main&label=test&style=flat-square)](https://github.com/threeal/google-rank/actions/workflows/build.yaml)
5+
[![test status](https://img.shields.io/github/actions/workflow/status/threeal/google-rank/ci.yaml?branch=main&label=test&style=flat-square)](https://github.com/threeal/google-rank/actions/workflows/ci.yaml)
66

77
Google Rank is a tool designed to provide valuable insights into website visibility on [Google](https://www.google.com/) search results. By tracking and monitoring your website's ranking for specific keywords, you can optimize your online presence and effectively reach a wider audience.
88

0 commit comments

Comments
 (0)