Skip to content

Commit e3b1b4c

Browse files
committed
chore: CI
1 parent 883e774 commit e3b1b4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/node-npm.yml .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Lint, Test and Build
2-
name: Node.js NPM
2+
name: CI
33

44
on: [push, pull_request]
55

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
[![Svelte version](https://img.shields.io/npm/dependency-version/svelte-hyperscript/peer/svelte)](https://svelte.dev)
88
[![minified + gzip](https://badgen.net/badge/bundlephobia/mingzip/svelte-hyperscript)](https://bundlephobia.com/result?p=svelte-hyperscript)
99

10-
[![CI](https://badgen.net/badge/github/status/sastan/svelte-hyperscript/main)](https://github.com/sastan/svelte-hyperscript/actions?query=workflow%3A%22Node.js+NPM%22?branch=main)
11-
[![Coverage Status](https://badgen.net/badge/coveralls/c/github/sastan/svelte-hyperscript/main)](https://coveralls.io/github/sastan/svelte-hyperscript?branch=main)
10+
[![CI](https://github.com/sastan/svelte-hyperscript/workflows/CI/badge.svg)](https://github.com/sastan/svelte-hyperscript/actions?query=branch%3Amain+workflow%3ACI)
11+
[![Coverage Status](https://coveralls.io/repos/github/sastan/svelte-hyperscript/badge.svg?branch=main)](https://coveralls.io/github/sastan/svelte-hyperscript?branch=main)
1212
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
1313
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
1414
[![XO Status](https://badgen.net/badge/xo/status/svelte-hyperscript)](https://github.com/xojs/xo)

0 commit comments

Comments
 (0)