Skip to content

Commit

Permalink
Document license compliance workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior authored Aug 14, 2023
1 parent 0a95baf commit bf2a8db
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/license-compliance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# License Compliance

Validade the liceses included in a project following the allowed licenses in [Power's OSS Guide](https://github.com/powerhome/oss-guide).

## Installation 🛠

This workflow is included by the [Ruby](./ruby-gem.md) and [Yarn](./yarn-package.md) workflows. To include it manually:

```yml
name: blorgh

on:
push:

jobs:
license-compliance:
uses: powerhome/github-actions-workflows/.github/workflows/ruby-gem.yml@main
with:
workdir: "${{ inputs.workdir }}"
```
## Inputs
| **Input** | **Type** | **Required** | **Default** |
| --------- | -------- | ------------ | ---------------------------- |
| workdir | string | false | |
| decisions | string | true | doc/dependency_decisions.yml |

0 comments on commit bf2a8db

Please sign in to comment.