File tree Expand file tree Collapse file tree 2 files changed +37
-6
lines changed Expand file tree Collapse file tree 2 files changed +37
-6
lines changed Original file line number Diff line number Diff line change 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
63on :
74 push :
118
129jobs :
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 :
Original file line number Diff line number Diff line change 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/☍-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
You can’t perform that action at this time.
0 commit comments