Compare commits
No commits in common. "fdd6d7cbf3f273a6644c47c5002296c9315dc348" and "41fc162d66debfe0128758c21647aeff2f2a81f7" have entirely different histories.
fdd6d7cbf3
...
41fc162d66
@ -1,21 +0,0 @@
|
||||
name: Check usage of free licenses
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
jobs:
|
||||
build-static-assets:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.3'
|
||||
- name: Install license finder gem
|
||||
run: gem install license_finder
|
||||
- name: Run license finder
|
||||
run: license_finder
|
||||
|
Loading…
x
Reference in New Issue
Block a user