Skip to content

Simplify instructions in the readme #64

Simplify instructions in the readme

Simplify instructions in the readme #64

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@v3
with:
fetch-depth: 0
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: false
- run: bundle install
- run: gem install license_finder
- run: license_finder