Compare commits

...

2 Commits

Author SHA1 Message Date
fdd6d7cbf3 Move workflow to the right directory
All checks were successful
Check usage of free licenses / build-static-assets (push) Successful in 55s
2024-10-26 10:12:03 +02:00
debd535fc9 Define a license_finder workflow to permit only free licenses 2024-10-26 10:04:47 +02:00

View File

@ -0,0 +1,21 @@
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