Sha256: 7839358996d02fbec8e9901dd6b1484e87515d81a833646860d4a50be5d0cdbc

Contents?: true

Size: 288 Bytes

Versions: 8

Compression:

Stored size: 288 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
elastic-transport-8.3.2 .github/workflows/license.yml
elastic-transport-8.3.1 .github/workflows/license.yml
elastic-transport-8.2.5 .github/workflows/license.yml
elastic-transport-8.1.3 .github/workflows/license.yml
elastic-transport-8.3.0 .github/workflows/license.yml
elastic-transport-8.2.4 .github/workflows/license.yml
elastic-transport-8.1.2 .github/workflows/license.yml
elastic-transport-8.2.3 .github/workflows/license.yml