Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 9fe0282

Browse files
authored
🐛 Apache 2 link leads to failed check (#212)
* fix(README): typo * chore(workflows): run PR lint on README change Signed-off-by: Jan Schoone <[email protected]>
1 parent e55cda3 commit 9fe0282

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/pr-lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on: # yamllint disable-line rule:truthy
1414
- ".github/workflows/pr-*"
1515
- "!**/vendor/**"
1616
- docs/**
17+
- README.md
1718

1819
# yamllint disable rule:line-length
1920
jobs:

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![GitHub Latest Release](https://img.shields.io/github/v/release/SovereignCloudStack/cluster-stack-provider-openstack?logo=github)](https://github.com/SovereignCloudStack/cluster-stack-provider-openstack/releases)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/SovereignCloudStack/cluster-stack-provider-openstack)](https://goreportcard.com/report/github.com/SovereignCloudStack/cluster-stack-provider-openstack)
5-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/license/apache-2-0/)
66

77
## Overview
88

@@ -24,11 +24,11 @@ Explore the documentation stored in the [docs](./docs) directory or view the ren
2424

2525
| | CSO `v0.1.0-alpha.2` | CSO `v0.1.0-alpha.3` | CSO `v0.1.0-alpha.5` | CSO `v0.1.0-alpha.6` |
2626
| ----------------------- | -------------------- | -------------------- | -------------------- | -------------------- |
27-
| CSPO `v0.1.0-alpha.rc1` || | | |
28-
| CSPO `v0.1.0-alpha.1` |||||
29-
| CSPO `v0.1.0-alpha.2` |||||
30-
| CSPO `v0.1.0-alpha.3` |||||
31-
| CSPO `v0.1.0-alpha.4` |||||
27+
| CSPO `v0.1.0-alpha.rc1` | | | | |
28+
| CSPO `v0.1.0-alpha.1` | | | | |
29+
| CSPO `v0.1.0-alpha.2` | | | | |
30+
| CSPO `v0.1.0-alpha.3` | | | | |
31+
| CSPO `v0.1.0-alpha.4` | | | | |
3232

3333
## Controllers
3434

0 commit comments

Comments
 (0)