diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 17e67397c..265a04ea7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -90,6 +90,12 @@ jobs: ~/.cargo/git/db/ target/ key: ${{ needs.build.outputs.cache-key }} + - name: Check license headers + uses: viperproject/check-license-header@v2 + with: + path: . + config: .github/check-license-headers.yaml + strict: true - name: Format run: cargo fmt -- --check - name: Clippy