Skip to content

Instantly share code, notes, and snippets.

@veganstraightedge
Created October 1, 2020 17:56
Show Gist options
  • Save veganstraightedge/6d5b316f061a144106c5d2da65fbfba0 to your computer and use it in GitHub Desktop.
Save veganstraightedge/6d5b316f061a144106c5d2da65fbfba0 to your computer and use it in GitHub Desktop.
on: [push]
name: License Finder
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@master
- name: Install dependencies
run: |
gem install license_finder --no-document
- name: Run license finder
run: |
license_finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment