Skip to content

Commit

Permalink
Add more data to the README (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion authored Jul 6, 2023
2 parents 7d17df9 + 4826a47 commit 1395781
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,31 +60,21 @@ See the workflow running for the figuren.theater platform
| 22.| └── [ft-network-block-patterns](https://github.com/figuren-theater/ft-network-block-patterns)| |
| 23.|[ft-themes](https://github.com/figuren-theater/ft-themes)| |
| 24.|[ft-theming](https://github.com/figuren-theater/ft-theming)| |
| 25.|[.github](https://github.com/figuren-theater/.github/)| [![Build, test & measure](https://github.com/figuren-theater/.github/actions/workflows/required/figuren-theater/code-quality/.github/workflows/build-test-measure.yml/badge.svg)](https://github.com/figuren-theater/.github/actions/workflows/required/figuren-theater/code-quality/.github/workflows/build-test-measure.yml) |
| 26.|[code-quality](https://github.com/figuren-theater/code-quality/)| [![Build, test & measure](https://github.com/figuren-theater/code-quality/actions/workflows/required/figuren-theater/code-quality/code-quality/workflows/build-test-measure.yml/badge.svg)](https://github.com/figuren-theater/.github/actions/workflows/required/figuren-theater/code-quality/.github/workflows/build-test-measure.yml) |
| 25.|[.github](https://github.com/figuren-theater/.github/)| [![Build, test & measure](https://github.com/figuren-theater/.github/actions/workflows/build-test-measure.yml/badge.svg)](https://github.com/figuren-theater/.github/actions/workflows/build-test-measure.yml) |
| 26.|[code-quality](https://github.com/figuren-theater/code-quality/)| [![Build, test & measure](https://github.com/figuren-theater/code-quality/actions/workflows/build-test-measure.yml/badge.svg)](https://github.com/figuren-theater/code-quality/actions/workflows/build-test-measure.yml) |


## Install

1. Add this repository to your `composer.json`
```json
"repositories": [
{
"type": "git",
"url": "https://github.com/figuren-theater/code-quality"
}
]
```

2. Install via command line
1. Install via command line
```sh
composer require --dev figuren-theater/code-quality
```
3. Create a [phpstan.neon](https://github.com/figuren-theater/new-ft-module/blob/main/phpstan.neon) file in the root of the repository
2. Create a [phpstan.neon](https://github.com/figuren-theater/new-ft-module/blob/main/phpstan.neon) file in the root of the repository

---

4. Enable the **Build, test & measure** workflow as required status check for the repo in *[Org >> Settings >> Actions](https://github.com/organizations/figuren-theater/settings/actions)* under **Required workflows**
3. Enable the **Build, test & measure** workflow as required status check for the repo in *[Org >> Settings >> Actions](https://github.com/organizations/figuren-theater/settings/actions)* under **Required workflows**
(This step is needed until all repos require this status check by default.)

## Usage
Expand Down

0 comments on commit 1395781

Please sign in to comment.