Skip to content

Commit

Permalink
Merge branch 'status-badges' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
codejedi365 committed Oct 6, 2021
2 parents 0d42767 + 1f4a40e commit 287b85c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/nodejs.yml → .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI
name: CI/CD

on:
push:
Expand All @@ -11,6 +8,8 @@ on:

jobs:
build:
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,39 @@
# eslint-plugin-testcafe-community

ESLint rules for [testcafe](https://github.com/DevExpress/testcafe) from the
testcafe community.
<p align="center">
<a href="https://www.npmjs.com/package/eslint-plugin-testcafe-community">
<img src="https://img.shields.io/npm/v/eslint-plugin-testcafe-community" />
</a>
<img src="https://img.shields.io/npm/l/eslint-plugin-testcafe-community?color=yellow">
<!-- <a href="https://github.com/testcafe-community/eslint-plugin-testcafe-community/blob/main/CHANGELOG.md">
<img src="https://img.shields.io/badge/&#9741-changelog-yellow">
</a> -->
<a href="https://github.com/testcafe-community/eslint-plugin-testcafe-community/actions/workflows/cicd.yml">
<img src="https://github.com/testcafe-community/eslint-plugin-testcafe-community/actions/workflows/cicd.yml/badge.svg" >
</a>
<a href="https://github.com/testcafe-community/eslint-plugin-testcafe-community/issues">
<img src="https://img.shields.io/github/issues/testcafe-community/eslint-plugin-testcafe-community">
</a>
<a href="https://github.com/testcafe-community/eslint-plugin-testcafe-community/pulls">
<img src="https://img.shields.io/github/issues-pr/testcafe-community/eslint-plugin-testcafe-community?label=PRs">
</a>
<img src="https://img.shields.io/snyk/vulnerabilities/npm/eslint-plugin-testcafe-community">
</p>
<p align="center">
<img src="https://img.shields.io/npm/dependency-version/eslint-plugin-testcafe-community/peer/eslint">
<img src="https://img.shields.io/node/v-lts/eslint-plugin-testcafe-community?color=blue">
<img src="https://badgen.net/badge/icon/Typescript?icon=typescript&label">
<img src="https://img.shields.io/github/last-commit/testcafe-community/eslint-plugin-testcafe-community">
</p>
<p align="center">
<img src="https://img.shields.io/badge/Contributors-PR's_welcome-pink">
</p>
<p align="center">
ESLint rules for <a href="https://github.com/DevExpress/testcafe">TestCafe</a>
from the TestCafe community.
</p>

---

## Installation

Expand Down

0 comments on commit 287b85c

Please sign in to comment.