зеркало из https://github.com/github/vitess-gh.git
20 строки
346 B
YAML
20 строки
346 B
YAML
name: FOSSA License Scanning
|
|
|
|
on:
|
|
- pull_request
|
|
- push
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Checkout code
|
|
uses: actions/checkout@v2
|
|
|
|
- name: Run FOSSA scan and upload build data
|
|
uses: fossa-contrib/fossa-action@v1
|
|
with:
|
|
fossa-api-key: 76d7483ea206d530d9452e44bffe7ba8
|
|
|