Skip to content

Commit bf2a8db

Browse files
authored
Document license compliance workflow (#8)
1 parent 0a95baf commit bf2a8db

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/license-compliance.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# License Compliance
2+
3+
Validade the liceses included in a project following the allowed licenses in [Power's OSS Guide](https://github.com/powerhome/oss-guide).
4+
5+
## Installation 🛠
6+
7+
This workflow is included by the [Ruby](./ruby-gem.md) and [Yarn](./yarn-package.md) workflows. To include it manually:
8+
9+
```yml
10+
name: blorgh
11+
12+
on:
13+
push:
14+
15+
jobs:
16+
license-compliance:
17+
uses: powerhome/github-actions-workflows/.github/workflows/ruby-gem.yml@main
18+
with:
19+
workdir: "${{ inputs.workdir }}"
20+
```
21+
22+
## Inputs
23+
24+
| **Input** | **Type** | **Required** | **Default** |
25+
| --------- | -------- | ------------ | ---------------------------- |
26+
| workdir | string | false | |
27+
| decisions | string | true | doc/dependency_decisions.yml |

0 commit comments

Comments
 (0)