Skip to content

Commit

Permalink
Fix linter errors in the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRaslan committed Jul 10, 2024
1 parent b64c99c commit ae2cae9
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
# Background Run & Test GitHub Action

[![Lint Codebase](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/linter.yml/badge.svg)](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/linter.yml)
[![Lint Codebase](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/linter.yml/badge.svg)](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/linter.yml)[![Dependabot Updates](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/dependabot/dependabot-updates)[![Continuous Integration](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/ci.yml/badge.svg)](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/ci.yml)[![Check Transpiled JavaScript](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/check-dist.yml/badge.svg)](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/check-dist.yml)[![CodeQL](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/codeql-analysis.yml)[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)

[![Dependabot Updates](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/dependabot/dependabot-updates)

[![Continuous Integration](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/ci.yml/badge.svg)](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/ci.yml)

[![Check Transpiled JavaScript](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/check-dist.yml/badge.svg)](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/check-dist.yml)

[![CodeQL](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/MohamedRaslan/backgrond_run_and_test/actions/workflows/codeql-analysis.yml)

[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)

[![GitHub stars](https://img.shields.io/github/stars/MohamedRaslan/backgrond_run_and_test)](https://github.com/MohamedRaslan/backgrond_run_and_test/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/MohamedRaslan/backgrond_run_and_test)](https://github.com/MohamedRaslan/backgrond_run_and_test/network)
[![GitHub issues](https://img.shields.io/github/issues/MohamedRaslan/backgrond_run_and_test)](https://github.com/MohamedRaslan/backgrond_run_and_test/issues)
[![GitHub Release Date](https://img.shields.io/github/release-date/mohamedraslan/backgrond_run_and_test)](https://github.com/MohamedRaslan/backgrond_run_and_test/releases)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/mohamedraslan/backgrond_run_and_test)](https://github.com/MohamedRaslan/backgrond_run_and_test)
[![GitHub stars](https://img.shields.io/github/stars/MohamedRaslan/backgrond_run_and_test)](https://github.com/MohamedRaslan/backgrond_run_and_test/stargazers)[![GitHub forks](https://img.shields.io/github/forks/MohamedRaslan/backgrond_run_and_test)](https://github.com/MohamedRaslan/backgrond_run_and_test/network)[![GitHub issues](https://img.shields.io/github/issues/MohamedRaslan/backgrond_run_and_test)](https://github.com/MohamedRaslan/backgrond_run_and_test/issues)[![GitHub Release Date](https://img.shields.io/github/release-date/mohamedraslan/backgrond_run_and_test)](https://github.com/MohamedRaslan/backgrond_run_and_test/releases)[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/mohamedraslan/backgrond_run_and_test)](https://github.com/MohamedRaslan/backgrond_run_and_test)

GitHub Action to run a commands (e.g. a test) while also running another
commands (e.g. a server) in the background, And you could conditional wait for
Expand Down Expand Up @@ -48,7 +34,7 @@ hood so most of the `waiton` functionality should be accepted.

### Usage

Run a Nodejs server in the background while executing tests
Run a Node.js server in the background while executing tests

```yaml
name: Run Tests
Expand Down Expand Up @@ -230,8 +216,8 @@ Contributions are very welcome :heart:.

- **[wait-on :heart_eyes:](https://github.com/jeffbski/wait-on)** by
**[Jeff Barczewski](https://github.com/jeffbski)**
- **[cypress-io/github-action :heart_eyes:](https://github.com/cypress-io/github-action)**
- **[background-server-action :heart_eyes:](https://github.com/MohamedRaslan/backgrond_run_and_test)**
- **[Cypress-io/Github Action :heart_eyes:](https://github.com/cypress-io/github-action)**
- **[Background-Server-Action :heart_eyes:](https://github.com/MohamedRaslan/backgrond_run_and_test)**
by **[Bernhard Wittmann](https://github.com/BerniWittmann)**
- **[GitHub Docs - Createing Actions](https://docs.github.com/en/actions/creating-actions)**
- **[actions/typescript-action](actions/typescript-action)**
- **[Actions/Typescript-Action](actions/typescript-action)**

0 comments on commit ae2cae9

Please sign in to comment.