Fix ruby version used to run license finder
All checks were successful
Add copyright notice / copyright_notice (pull_request) Successful in 4m6s
Check usage of free licenses / check-licenses (pull_request) Successful in 4m28s
Run unit tests / unit_tests (pull_request) Successful in 6m5s

This commit is contained in:
Manuel Bustillo 2024-11-15 08:33:31 +01:00
parent 891741d740
commit 4cd3f24032

View File

@ -8,15 +8,15 @@ concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build-static-assets:
check-licenses:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1.202.0
with:
ruby-version: '3.3'
ruby-version: '3.3.6'
- name: Install project dependencies
run: bundle install --jobs `getconf _NPROCESSORS_ONLN`
- name: Run license finder