Skip to content

Avoid duplicated content-type headers #3824

Avoid duplicated content-type headers

Avoid duplicated content-type headers #3824

Workflow file for this run

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