Skip to content

Address Rails 7.1 deprecation warning in elasticsearch-rails (for 7.x branch) #103

Address Rails 7.1 deprecation warning in elasticsearch-rails (for 7.x branch)

Address Rails 7.1 deprecation warning in elasticsearch-rails (for 7.x branch) #103

Workflow file for this run

name: License headers
on: [pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3
- name: Check license headers
run: |
ruby ./.github/check_license_headers.rb