Skip to content

Changed Request and Response types into interfaces #2631

Changed Request and Response types into interfaces

Changed Request and Response types into interfaces #2631

Workflow file for this run

name: License headers
on: [push, pull_request]
jobs:
licenseheader:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check license headers
run: "./.ci/license/check-license-headers.sh"