File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
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 |
You can’t perform that action at this time.
0 commit comments