Skip to content

Commit

Permalink
fix wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 authored Sep 27, 2023
1 parent 578dd7b commit e2ffc68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ The repository includes:

- [add-to-project](.github/workflows/add-to-project.yaml) workflow: when a new
issue or PR is added to a repository, it is also added to the
[SynchroHub platform project](https://github.com/orgs/zaphiro-technologies/projects/2)
- by default - or to the specified project with status `new`. When a new PR is
added, the PR is assigned to its creator.
[SynchroHub platform project](https://github.com/orgs/zaphiro-technologies/projects/2) -

Check failure on line 9 in README.MD

View workflow job for this annotation

GitHub Actions / markdown

Line length

README.MD:9:81 MD013/line-length Line length [Expected: 80; Actual: 90] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md013.md
by default - or to the specified project with status `new`. When a new PR is
added, the PR is assigned to its creator.
- [check-pr](.github/workflows/check-pr.yaml) workflow: when a new PR is added
to a repository or any change occurs to the pr, the pr is validated to be sure
that labels are valid.
Expand Down

0 comments on commit e2ffc68

Please sign in to comment.