Skip to content

Add license finder workflow and approvals #3

Add license finder workflow and approvals

Add license finder workflow and approvals #3

Workflow file for this run

name: Verify dependency licenses
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
licensing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
- run: gem install license_finder
- run: license_finder