Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/debug-4.3.7 #2433

Merge branch 'main' into dependabot/npm_and_yarn/debug-4.3.7

Merge branch 'main' into dependabot/npm_and_yarn/debug-4.3.7 #2433

Workflow file for this run

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