Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ This kit includes a number of workflow templates for integrating [GitHub Actions
into your library or project development process. To add these to your repo simply copy the
workflows into a **Template/.github/workflows/** directory.

> Hint: the [source files](src/.github) also include a configuration for Dependabot which will help keep your dependencies and workflows updated.
> [!TIP]
> The [source files](src/.github) also include a configuration for Dependabot which
> will help keep your dependencies and workflows updated.

Below is a brief description of each workflow; see the links above for help with each tool.

Expand Down Expand Up @@ -143,7 +145,7 @@ predefined rulesets. Rector can be highly opinionated based on its configuration
so be sure to read the documentation and figure out the best fit for you. This workflow performs
a "dry run" to check for any changes that Rector would have made and fail if there are matches.

> **Note**
> [!NOTE]
> Rector updates rules all the time, so you may want to lock your repo to
> the latest known working version of Rector to prevent unexpected failures.
> Using pinned version in `composer.json` and update it with dependabot is the
Expand All @@ -157,7 +159,7 @@ your code drops a dependency, so this workflow will help track those down.

### Hosting with Vagrant

> **Note**
> [!NOTE]
> The `Vagrantfile.dist` is unmaintained. It might not work now.
> Contributions are welcome.

Expand Down