testing oss attribution file generation

This commit is contained in:
Pogodaanton 2020-07-11 16:31:21 +02:00
parent 4be0f03db7
commit 964b96c610
2 changed files with 16889 additions and 0 deletions

25
.github/workflows/oss.yml vendored Normal file
View File

@ -0,0 +1,25 @@
name: Notice Generator
on: [workflow_dispatch]
jobs:
generate-notice:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: echo Hello, world!
- name: OSS atrribution file generation
uses: dabutvin/chive-action@1.1.0
with:
args: --filename=NOTICE.md
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.

16864
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff