Skip to content

Merge pull request #14 from cohere-coop/dependabot/bundler/nokogiri-1… #149

Merge pull request #14 from cohere-coop/dependabot/bundler/nokogiri-1…

Merge pull request #14 from cohere-coop/dependabot/bundler/nokogiri-1… #149

name: License Finder
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
name: Checkout repository
- uses: ruby/setup-ruby@v1
name: Setup ruby
with:
ruby-version: 3.4
bundler-cache: true
- run: bundle exec license_finder
name: Run license finder