Skip to content

Upgrade build-lib version in release pipeline to accomodate new chang… #2449

Upgrade build-lib version in release pipeline to accomodate new chang…

Upgrade build-lib version in release pipeline to accomodate new chang… #2449

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"