Skip to content

Commit 287b85c

Browse files
committed
Merge branch 'status-badges' into next
2 parents 0d42767 + 1f4a40e commit 287b85c

File tree

2 files changed

+37
-6
lines changed

2 files changed

+37
-6
lines changed

.github/workflows/nodejs.yml renamed to .github/workflows/cicd.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3-
4-
name: Node.js CI
1+
name: CI/CD
52

63
on:
74
push:
@@ -11,6 +8,8 @@ on:
118

129
jobs:
1310
build:
11+
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
12+
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
1413
runs-on: ubuntu-latest
1514
strategy:
1615
matrix:

README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,39 @@
11
# eslint-plugin-testcafe-community
22

3-
ESLint rules for [testcafe](https://github.com/DevExpress/testcafe) from the
4-
testcafe community.
3+
<p align="center">
4+
<a href="https://www.npmjs.com/package/eslint-plugin-testcafe-community">
5+
<img src="https://img.shields.io/npm/v/eslint-plugin-testcafe-community" />
6+
</a>
7+
<img src="https://img.shields.io/npm/l/eslint-plugin-testcafe-community?color=yellow">
8+
<!-- <a href="https://github.com/testcafe-community/eslint-plugin-testcafe-community/blob/main/CHANGELOG.md">
9+
<img src="https://img.shields.io/badge/&#9741-changelog-yellow">
10+
</a> -->
11+
<a href="https://github.com/testcafe-community/eslint-plugin-testcafe-community/actions/workflows/cicd.yml">
12+
<img src="https://github.com/testcafe-community/eslint-plugin-testcafe-community/actions/workflows/cicd.yml/badge.svg" >
13+
</a>
14+
<a href="https://github.com/testcafe-community/eslint-plugin-testcafe-community/issues">
15+
<img src="https://img.shields.io/github/issues/testcafe-community/eslint-plugin-testcafe-community">
16+
</a>
17+
<a href="https://github.com/testcafe-community/eslint-plugin-testcafe-community/pulls">
18+
<img src="https://img.shields.io/github/issues-pr/testcafe-community/eslint-plugin-testcafe-community?label=PRs">
19+
</a>
20+
<img src="https://img.shields.io/snyk/vulnerabilities/npm/eslint-plugin-testcafe-community">
21+
</p>
22+
<p align="center">
23+
<img src="https://img.shields.io/npm/dependency-version/eslint-plugin-testcafe-community/peer/eslint">
24+
<img src="https://img.shields.io/node/v-lts/eslint-plugin-testcafe-community?color=blue">
25+
<img src="https://badgen.net/badge/icon/Typescript?icon=typescript&label">
26+
<img src="https://img.shields.io/github/last-commit/testcafe-community/eslint-plugin-testcafe-community">
27+
</p>
28+
<p align="center">
29+
<img src="https://img.shields.io/badge/Contributors-PR's_welcome-pink">
30+
</p>
31+
<p align="center">
32+
ESLint rules for <a href="https://github.com/DevExpress/testcafe">TestCafe</a>
33+
from the TestCafe community.
34+
</p>
35+
36+
---
537

638
## Installation
739

0 commit comments

Comments
 (0)