Manuel Bustillo 5dc5f96a61
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m19s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 28m45s
Playwright Tests / test (pull_request) Successful in 3m44s
Automatically cancel redundant builds
2024-10-27 19:44:23 +01:00

24 lines
556 B
YAML

name: Check usage of free licenses
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
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