diff --git a/.github/workflows/nodejs.yml b/.github/workflows/cicd.yml similarity index 75% rename from .github/workflows/nodejs.yml rename to .github/workflows/cicd.yml index f107334..422afc3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/cicd.yml @@ -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: @@ -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: diff --git a/README.md b/README.md index c65f9f3..871f2e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,39 @@ # eslint-plugin-testcafe-community -ESLint rules for [testcafe](https://github.com/DevExpress/testcafe) from the -testcafe community. +
+ + + + + + + + + + + + + + + +
++ + + + +
++ +
++ ESLint rules for TestCafe + from the TestCafe community. +
+ +--- ## Installation